Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt update && sudo apt upgrade
- # Install some basics
- sudo apt-get install build-essential curl file python-setuptools
- # Ya can't get nowhere without Git these days
- sudo apt-get install git
- # Install Vim (v8.0 isn't in the regular repositories as of Jan '18)
- sudo add-apt-repository ppa:jonathonf/vim
- sudo apt update && sudo apt install vim
- # Hopefully I'll add more to this file over the years and not forget it exists.
Add Comment
Please, Sign In to add comment