dotfiles/Makefile
2021-11-23 03:55:24 +03:00

12 lines
223 B
Makefile

all: install
install:
ln -s $(PWD)/.subbash ~
ln -s $(PWD)/.bashrc ~
ln -s $(PWD)/.zshrc ~
ln -s $(PWD)/.vimrc ~
clean:
rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git