Skip to content

Instantly share code, notes, and snippets.

@ushkinaz
Last active October 26, 2017 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ushkinaz/b32397c404b068c9f031045644d259a2 to your computer and use it in GitHub Desktop.
Save ushkinaz/b32397c404b068c9f031045644d259a2 to your computer and use it in GitHub Desktop.
Bootstrapping new Ubuntu/Debian
# 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