Create in sudo user's folder
This commit is contained in:
parent
8ae037cd30
commit
c7d3372064
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@ function user_config {
|
||||||
# Create symlinks
|
# Create symlinks
|
||||||
get_path
|
get_path
|
||||||
echo 'Creating systemlinks'
|
echo 'Creating systemlinks'
|
||||||
ln -s $SCRIPTPATH/vim/.vimrc $HOME/;
|
ln -s $SCRIPTPATH/vim/.vimrc /home/$SUDO_USER/;
|
||||||
ln -s $SCRIPTPATH/tmux/.tmux.conf $HOME/;
|
ln -s $SCRIPTPATH/tmux/.tmux.conf /home/$SUDO_USER/;
|
||||||
ln -s $SCRIPTPATH/vim/colors $HOME/.vim/
|
ln -s $SCRIPTPATH/vim/colors /home/$SUDO_USER/.vim/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue