Skip to content

Instantly share code, notes, and snippets.

@tiagotele
Last active April 2, 2020 04:58
Show Gist options
  • Save tiagotele/dad57c9a6b4e2409dda99a67a50d197f to your computer and use it in GitHub Desktop.
Save tiagotele/dad57c9a6b4e2409dda99a67a50d197f to your computer and use it in GitHub Desktop.
Installing apt-vim and nerdtree on Ubuntu distros
# install apt-vim
curl -sL https://raw.githubusercontent.com/egalpin/apt-vim/master/install.sh | sh
# add it to current path
source ~/.bashrc || source ~/.bash_profile' or 'source ~/.zshrc
#install apt-vim
apt-vim install -y https://github.com/preservim/nerdtree.git
@tiagotele
Copy link
Author

tiagotele commented Apr 2, 2020

The future me will thank today me to create this:

NOT TESTED YET
curl -sL https://gist.githubusercontent.com/tiagotele/dad57c9a6b4e2409dda99a67a50d197f/raw/d43e4fe30ba0faa35049b184ef906ca5828d5116/install-apt-vim.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment