Browse Source

Create installer.sh

Taylor Bockman 8 years ago committed by GitHub
parent
commit
f25c9f5c1b
  1. 24
      ubuntu/installer.sh

24
ubuntu/installer.sh

@ -0,0 +1,24 @@
# Simple script to get an ubuntu system up and running
# Pre-setup
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get upgrade
# Window Manager
sudo apt-get install xmonad
# Dmenu
sudo apt-get install suckless-tools
# Languages
sudo apt-get install python-dev python-pip python3-dev python3-pip
# Editors
sudo apt-get install vim
sudo apt-get install neovim
# Tools
sudo apt-get install htop
sudo apt-get install chromium-browser
Loading…
Cancel
Save