test makefile
This commit is contained in:
parent
16453743f4
commit
635c49048e
12
Makefile
12
Makefile
@ -1,10 +1,16 @@
|
||||
|
||||
all: install
|
||||
|
||||
backup:
|
||||
mv ~/.bashrc ~/.bashrc.bak || true
|
||||
mv ~/.zshrc ~/.zshrc.bak || true
|
||||
mv ~/.vimrc ~/.vimrc.bak || true
|
||||
mv ~/.subbash ~/.subbash.bak || true
|
||||
|
||||
install:
|
||||
ln -s $(PWD)/.subbash ~
|
||||
ln -s $(PWD)/.bashrc ~
|
||||
ln -s $(PWD)/.zshrc ~
|
||||
ln -s $(PWD)/.subbash ~ || true
|
||||
ln -s $(PWD)/.bashrc ~ || true
|
||||
ln -s $(PWD)/.zshrc ~ || true
|
||||
|
||||
vim:
|
||||
ln -s $(PWD)/.vim ~
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user