removing clunky editors and replacing neovim with kickstart
This commit is contained in:
9
Makefile
9
Makefile
@@ -5,12 +5,3 @@ laptop:
|
||||
|
||||
work:
|
||||
stow shared work
|
||||
|
||||
clean:
|
||||
stow -D shared laptop work 2>/dev/null; \
|
||||
find $(HOME)/.config/nvim $(HOME)/.config/emacs $(HOME)/.config/tmux \
|
||||
$(HOME)/.config/ghostty $(HOME)/.config/ranger \
|
||||
-maxdepth 4 -type l -delete 2>/dev/null; \
|
||||
find $(HOME) -maxdepth 1 -type l \( -name '.zshrc' -o -name '.zshenv' \) \
|
||||
-delete 2>/dev/null; \
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user