Adds vimspectr, dotfiles by directory, pyenv and vundle

This commit is contained in:
Alexander Hosking 2019-12-23 12:06:27 -05:00
parent 278dae1761
commit 2a2f58e1bf

View File

@ -21,14 +21,15 @@ mkdir -p ~/apps
#vim backup folders #vim backup folders
mkdir -p ~/.vim/{backup_files,swap_files,undo_files} mkdir -p ~/.vim/{backup_files,swap_files,undo_files}
#install vundle #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 #Install pyenv
##git clone https://github.com/pyenv/pyenv.git ~/.pyenv git clone https://github.com/pyenv/pyenv.git ~/.pyenv
# Bunch of symlinks # Bunch of symlinks
ln -sfv ~/dotfiles ~/.dotfiles ln -sfv $PWD ~/.dotfiles
#ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~ #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 ~/.vim/bundle/vimspectr/shell ~/.vimspectr-shell
ln -sfv "$DOTFILES_DIR/run/.profile" ~ ln -sfv "$DOTFILES_DIR/run/.profile" ~
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~ ln -sfv "$DOTFILES_DIR/run/.xprofile" ~