Guest User

Untitled

a guest
Jan 12th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. sudo apt update && sudo apt upgrade
  2.  
  3. # Install some basics
  4. sudo apt-get install build-essential curl file python-setuptools
  5.  
  6. # Ya can't get nowhere without Git these days
  7. sudo apt-get install git
  8.  
  9. # Install Vim (v8.0 isn't in the regular repositories as of Jan '18)
  10. sudo add-apt-repository ppa:jonathonf/vim
  11. sudo apt update && sudo apt install vim
  12.  
  13. # Hopefully I'll add more to this file over the years and not forget it exists.
Add Comment
Please, Sign In to add comment