dotfiles/Makefile
2021-11-23 03:50:26 +03:00

14 lines
252 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
uninstall:
rm -r ~/.subbash