Initial upload
This commit is contained in:
7
Makefile
Normal file
7
Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: zsh
|
||||
|
||||
zsh:
|
||||
@for file in zsh/.[!.]*; do \
|
||||
file=$${file#zsh/}; \
|
||||
[ -f "$$HOME/$$file" ] && mv "$$HOME/$$file" "$$HOME/$$file.bak"; \
|
||||
done && cp -r zsh/.[!.]* ~/ && echo "zsh files copied to home directory" || echo "zsh files not copied to home directory"
|
||||
Reference in New Issue
Block a user