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