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
|
||||
|
||||
# Topgrade
|
||||
@$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(HOME)/.config/topgrade.toml
|
||||
@echo "Topgrade settings synced!"
|
||||
@echo
|
||||
|
||||
|
||||
# # .emacs.d
|
||||
# sync-emacs:
|
||||
|
@ -99,7 +104,6 @@ sync-arch:
|
|||
@echo
|
||||
|
||||
# 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
|
||||
@echo "Fish specific settings synced!"
|
||||
@echo
|
||||
|
@ -121,11 +125,6 @@ sync-arch:
|
|||
@echo "VSCodium settings synced!"
|
||||
@echo
|
||||
|
||||
# Topgrade
|
||||
@$(WGET) $(REPO_SRC)/.config/topgrade/topgrade.toml -O $(HOME)/.config/topgrade.toml
|
||||
@echo "Topgrade settings synced!"
|
||||
@echo
|
||||
|
||||
# Pacman 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
|
||||
|
|
Loading…
Reference in a new issue