Skip to content

Instantly share code, notes, and snippets.

@joshp123
Created October 30, 2018 15:13
Show Gist options
  • Save joshp123/86f4af2bf93f110c30e4e62588fe489b to your computer and use it in GitHub Desktop.
Save joshp123/86f4af2bf93f110c30e4e62588fe489b to your computer and use it in GitHub Desktop.
Developing in containers (bad!!!)
Developing in containers (bad!!!)
wget ftp://ftp.vim.org/pub/vim/unix/vim-8.1.tar.bz2
tar -xjvf vim-8.1.tar.bz2
cd vim81/
make
export PATH=$PWD/src:$PATH
git clone https://github.com/joshp123/dotfiles.git /tmp/dotfiles
cp /tmp/dotfiles/.vimrc ~
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment