From 2a2f58e1bf69a64856ce92bbd3cf42c03d3a4905 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 23 Dec 2019 12:06:27 -0500 Subject: [PATCH] Adds vimspectr, dotfiles by directory, pyenv and vundle --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index df9bb0c..ee18f8b 100755 --- a/install.sh +++ b/install.sh @@ -21,14 +21,15 @@ mkdir -p ~/apps #vim backup folders mkdir -p ~/.vim/{backup_files,swap_files,undo_files} #install vundle -##git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim #Install pyenv -##git clone https://github.com/pyenv/pyenv.git ~/.pyenv +git clone https://github.com/pyenv/pyenv.git ~/.pyenv # Bunch of symlinks -ln -sfv ~/dotfiles ~/.dotfiles +ln -sfv $PWD ~/.dotfiles #ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~ +git clone https://github.com/nightsense/vimspectr.git ~/.vim/bundle/vimspectr ln -sfv ~/.vim/bundle/vimspectr/shell ~/.vimspectr-shell ln -sfv "$DOTFILES_DIR/run/.profile" ~ ln -sfv "$DOTFILES_DIR/run/.xprofile" ~