fix Makefile
This commit is contained in:
parent
c7848b971c
commit
3a8c7ba7b1
8
Makefile
8
Makefile
@ -13,12 +13,12 @@ backup:
|
|||||||
mv ~/.gitignore ~/.gitignore.bak || true
|
mv ~/.gitignore ~/.gitignore.bak || true
|
||||||
|
|
||||||
bash:
|
bash:
|
||||||
test -e ~/.subbash && false
|
test -e ~/.subbash || \
|
||||||
ln -s $(PWD)/subbash ~/.subbash
|
ln -s $(PWD)/subbash ~/.subbash
|
||||||
ln -s $(PWD)/bashrc ~/.bashrc
|
ln -s $(PWD)/bashrc ~/.bashrc
|
||||||
|
|
||||||
zsh:
|
zsh:
|
||||||
test -e ~/.subzsh && false
|
test -e ~/.subzsh || \
|
||||||
ln -s $(PWD)/subzsh ~/.subzsh
|
ln -s $(PWD)/subzsh ~/.subzsh
|
||||||
ln -s $(PWD)/zshrc ~/.zshrc
|
ln -s $(PWD)/zshrc ~/.zshrc
|
||||||
mkdir ~/.subzsh/plugins
|
mkdir ~/.subzsh/plugins
|
||||||
@ -30,7 +30,7 @@ tmux:
|
|||||||
ln -s $(PWD)/tmux.conf ~/.tmux.conf
|
ln -s $(PWD)/tmux.conf ~/.tmux.conf
|
||||||
|
|
||||||
vim:
|
vim:
|
||||||
test -e ~/.vim && false
|
test -e ~/.vim || \
|
||||||
ln -s $(PWD)/subvim ~/.vim
|
ln -s $(PWD)/subvim ~/.vim
|
||||||
ln -s $(PWD)/subvim/.vimrc ~/.vimrc
|
ln -s $(PWD)/subvim/.vimrc ~/.vimrc
|
||||||
mkdir -p ~/.config/nvim
|
mkdir -p ~/.config/nvim
|
||||||
@ -46,7 +46,7 @@ git:
|
|||||||
ln -s $(PWD)/subgit/gitignore ~/.gitignore
|
ln -s $(PWD)/subgit/gitignore ~/.gitignore
|
||||||
|
|
||||||
ranger:
|
ranger:
|
||||||
test -e ~/.config/ranger && false
|
test -e ~/.config/ranger || \
|
||||||
mkdir -p ~/.config/ranger
|
mkdir -p ~/.config/ranger
|
||||||
ln -s $(PWD)/subranger/rc.conf ~/.config/ranger
|
ln -s $(PWD)/subranger/rc.conf ~/.config/ranger
|
||||||
mkdir -p ~/.config/ranger/plugins
|
mkdir -p ~/.config/ranger/plugins
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user