fix neovim and prezto
This commit is contained in:
parent
d76d940e90
commit
cec068a416
5
install
5
install
@ -28,6 +28,11 @@ cp ./.Xresources ~/
|
|||||||
mkdir -p ~/.config/neovim/backup
|
mkdir -p ~/.config/neovim/backup
|
||||||
cp .nvimrc ~/
|
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
|
# Tmux
|
||||||
|
|
||||||
cp .tmux.conf ~/
|
cp .tmux.conf ~/
|
||||||
|
@ -2,9 +2,14 @@
|
|||||||
|
|
||||||
echo "Installing prezto"
|
echo "Installing prezto"
|
||||||
|
|
||||||
|
if [ -z "$ZDOTDIR" ]; then
|
||||||
|
echo "ZDOTDIR not set."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p $ZDOTDIR
|
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
|
setopt EXTENDED_GLOB
|
||||||
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
|
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
|
||||||
|
Loading…
Reference in New Issue
Block a user