You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
466 B

# 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