summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--zsh/.config/zsh/.p10k.zsh (renamed from zsh/dot-config/zsh/.p10k.zsh)0
-rw-r--r--zsh/.config/zsh/.zshrc (renamed from zsh/dot-config/zsh/.zshrc)0
-rw-r--r--zsh/.config/zsh/zprofile (renamed from zsh/dot-config/zsh/zprofile)0
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7b330e3..bc29833 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
clean:
- rm $$HOME/.zprofile
- stow --verbose --target=$$HOME --delete --dotfiles */
+ stow --verbose --target=$$HOME --delete */
install:
- stow --verbose --target=$$HOME --restow --dotfiles */
- ln -s $$HOME/.config/zsh/zprofile $$HOME/.zprofile
+ stow --verbose --target=$$HOME --restow */
+
+.PHONY: clean install
diff --git a/zsh/dot-config/zsh/.p10k.zsh b/zsh/.config/zsh/.p10k.zsh
index 51c506d..51c506d 100644
--- a/zsh/dot-config/zsh/.p10k.zsh
+++ b/zsh/.config/zsh/.p10k.zsh
diff --git a/zsh/dot-config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 5460c8d..5460c8d 100644
--- a/zsh/dot-config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
diff --git a/zsh/dot-config/zsh/zprofile b/zsh/.config/zsh/zprofile
index 9f45164..9f45164 100644
--- a/zsh/dot-config/zsh/zprofile
+++ b/zsh/.config/zsh/zprofile