Fix links
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
|
||||
git submodule update --init --recursive
|
||||
ln -s $PWD/vim ~/.vim
|
||||
ln -s ~/.vim/.vimrc ~/.vimrc
|
||||
ln -s $PWD/zsh ~/.zsh
|
||||
ln -s ~/.zsh/.zshrc ~/.zshrc
|
||||
ln -s $PWD/tmux ~/.tmux
|
||||
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
|
||||
echo "ln -s $PWD/vim $HOME/.vim"
|
||||
ln -Tsv $PWD/vim $HOME/.vim
|
||||
ln -Tsv ~/.vim/.vimrc $HOME/.vimrc
|
||||
ln -Tsv $PWD/zsh $HOME/.zsh
|
||||
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
|
||||
ln -Tsv $PWD/tmux $HOME/.tmux
|
||||
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user