Systemlinks
This commit is contained in:
parent
ad1755938c
commit
afd42c9685
1 changed files with 1 additions and 2 deletions
|
|
@ -21,8 +21,7 @@ function user_config {
|
||||||
echo 'Creating systemlinks'
|
echo 'Creating systemlinks'
|
||||||
ln -s $SCRIPTPATH/vim/.vimrc $HOME/;
|
ln -s $SCRIPTPATH/vim/.vimrc $HOME/;
|
||||||
ln -s $SCRIPTPATH/tmux/.tmux.conf $HOME/;
|
ln -s $SCRIPTPATH/tmux/.tmux.conf $HOME/;
|
||||||
mkdir -p $HOME/.vim/colors
|
ln -s $SCRIPTPATH/vim/colors $HOME/.vim/
|
||||||
cp $SCRIPTPATH/vim/colors/* $HOME/.vim/colors
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue