improve deployment script and zsh conf
This commit is contained in:
parent
0cb5da99f3
commit
c5792d5595
@ -69,6 +69,7 @@ if [ ! -x $HOME/.bin/chezmoi ]; then
|
||||
fi
|
||||
|
||||
if [ ! -d $HOME/.local/share/chezmoi/.git ]; then
|
||||
mkdir -p $HOME/.vim/backup
|
||||
echo "Application des dotfiles …"
|
||||
cd $HOME
|
||||
$HOME/.bin/chezmoi init --apply --verbose https://git.sysnove.net/jrabier/dotfiles
|
||||
@ -76,4 +77,5 @@ if [ ! -d $HOME/.local/share/chezmoi/.git ]; then
|
||||
else
|
||||
echo "Mise à jour des dotfiles"
|
||||
$HOME/.bin/chezmoi update -v
|
||||
mkdir -p $HOME/.vim/backup
|
||||
fi
|
||||
|
||||
@ -21,6 +21,7 @@ setopt extended_history
|
||||
#setopt print_exit_value
|
||||
setopt extendedglob
|
||||
setopt nomatch
|
||||
setopt interactivecomments
|
||||
|
||||
autoload -U compinit
|
||||
compinit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user