test makefile

This commit is contained in:
TheK4n 2021-12-22 20:19:48 +03:00
parent 16453743f4
commit 635c49048e

View File

@ -1,10 +1,16 @@
all: install all: install
backup:
mv ~/.bashrc ~/.bashrc.bak || true
mv ~/.zshrc ~/.zshrc.bak || true
mv ~/.vimrc ~/.vimrc.bak || true
mv ~/.subbash ~/.subbash.bak || true
install: install:
ln -s $(PWD)/.subbash ~ ln -s $(PWD)/.subbash ~ || true
ln -s $(PWD)/.bashrc ~ ln -s $(PWD)/.bashrc ~ || true
ln -s $(PWD)/.zshrc ~ ln -s $(PWD)/.zshrc ~ || true
vim: vim:
ln -s $(PWD)/.vim ~ ln -s $(PWD)/.vim ~