fix neovim and prezto

This commit is contained in:
Enrico Fasoli 2015-10-04 23:49:57 +02:00
parent d76d940e90
commit cec068a416
2 changed files with 11 additions and 1 deletions

View File

@ -28,6 +28,11 @@ cp ./.Xresources ~/
mkdir -p ~/.config/neovim/backup
cp .nvimrc ~/
if [ ! -d "~/.config/neovim/bundle" ]; then
echo "Installing Vundle for NeoVim"
git clone https://github.com/VundleVim/Vundle.vim.git ~/.config/neovim/bundle/Vundle.vim
fi
# Tmux
cp .tmux.conf ~/

View File

@ -2,9 +2,14 @@
echo "Installing prezto"
if [ -z "$ZDOTDIR" ]; then
echo "ZDOTDIR not set."
exit 1
fi
mkdir -p $ZDOTDIR
git clone --recursive https://github.com/fazo96/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
git clone --recursive https://maxwell.ydns.eu:44333/fazo96/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do