fix target
This commit is contained in:
parent
47ee59fddf
commit
063d2730ae
1 changed files with 5 additions and 6 deletions
11
Makefile
11
Makefile
|
@ -65,6 +65,11 @@ sync-dotconfig:
|
||||||
@echo "Micro settings synced!"
|
@echo "Micro settings synced!"
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
# Topgrade
|
||||||
|
@$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(HOME)/.config/topgrade.toml
|
||||||
|
@echo "Topgrade settings synced!"
|
||||||
|
@echo
|
||||||
|
|
||||||
|
|
||||||
# # .emacs.d
|
# # .emacs.d
|
||||||
# sync-emacs:
|
# sync-emacs:
|
||||||
|
@ -99,7 +104,6 @@ sync-arch:
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
# Fish
|
# Fish
|
||||||
@$(WGET) $(REPO_SRC)/.config/fish/conf.d/abbr.fish -O $(HOME)/.config/fish/conf.d/abbr.fish
|
|
||||||
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_arch.fish >> $(HOME)/.config/fish/conf.d/abbr.fish
|
@$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_arch.fish >> $(HOME)/.config/fish/conf.d/abbr.fish
|
||||||
@echo "Fish specific settings synced!"
|
@echo "Fish specific settings synced!"
|
||||||
@echo
|
@echo
|
||||||
|
@ -121,11 +125,6 @@ sync-arch:
|
||||||
@echo "VSCodium settings synced!"
|
@echo "VSCodium settings synced!"
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
# Topgrade
|
|
||||||
@$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(HOME)/.config/topgrade.toml
|
|
||||||
@echo "Topgrade settings synced!"
|
|
||||||
@echo
|
|
||||||
|
|
||||||
# Pacman hooks
|
# Pacman hooks
|
||||||
@sudo mkdir -p /etc/pacman.d/hooks
|
@sudo mkdir -p /etc/pacman.d/hooks
|
||||||
@sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook
|
@sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook
|
||||||
|
|
Loading…
Reference in a new issue