improved install script
This commit is contained in:
parent
d0e4738275
commit
f7567f3a27
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,9 @@ function syncDotfiles {
|
||||||
ln -s $DOTDIR/tmux.conf $HOME/.tmux.conf
|
ln -s $DOTDIR/tmux.conf $HOME/.tmux.conf
|
||||||
ln -s $DOTDIR/vim $HOME/.vim
|
ln -s $DOTDIR/vim $HOME/.vim
|
||||||
ln -s $DOTDIR/tmux $HOME/.tmux
|
ln -s $DOTDIR/tmux $HOME/.tmux
|
||||||
|
if [ -d "$HOME/.config/sublime-text-3" ]; then
|
||||||
ln -s $DOTDIR/sublime $HOME/.config/sublime-text-3/Packages/User
|
ln -s $DOTDIR/sublime $HOME/.config/sublime-text-3/Packages/User
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function installDependencies {
|
function installDependencies {
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -69,7 +69,7 @@ export LANG=fr_FR.UTF-8
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
# Hide username by setting DEFAULT_USER
|
# Hide username by setting DEFAULT_USER
|
||||||
export DEFAULT_USER=adrien
|
export DEFAULT_USER=$USER
|
||||||
|
|
||||||
# if [[ -n $SSH_CONNECTION ]]; then
|
# if [[ -n $SSH_CONNECTION ]]; then
|
||||||
# export EDITOR='vim'
|
# export EDITOR='vim'
|
||||||
|
|
Loading…
Reference in a new issue