Last active
October 26, 2017 16:15
-
-
Save ushkinaz/b32397c404b068c9f031045644d259a2 to your computer and use it in GitHub Desktop.
Bootstrapping new Ubuntu/Debian
This file contains hidden or 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
# Repos | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo add-apt-repository ppa:git-core/ppa | |
# Basic tools | |
sudo apt install mc htop lnav git zsh etckeeper tmux httpie pv most | |
sudo apt install oracle-java8-installer | |
# gui | |
sudo apt install tilix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment