Last active
April 2, 2020 04:58
-
-
Save tiagotele/dad57c9a6b4e2409dda99a67a50d197f to your computer and use it in GitHub Desktop.
Installing apt-vim and nerdtree on Ubuntu distros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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