Skip to content

Instantly share code, notes, and snippets.

@user01
Last active April 6, 2019 16:31
Show Gist options
  • Save user01/7dbbd2c84d3eefb1343c4e918806ea68 to your computer and use it in GitHub Desktop.
Save user01/7dbbd2c84d3eefb1343c4e918806ea68 to your computer and use it in GitHub Desktop.
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y htop curl wget vim tmux parallel speedometer git
sudo curl https://gist.githubusercontent.com/user01/ea1937bafe920f66d1455f24e65ee27d/raw/646cf86f912b95098f3a29af99a7bb4d18d437e1/.bash_aliases > ~/.bash_aliases
sudo curl https://gist.githubusercontent.com/user01/ea1937bafe920f66d1455f24e65ee27d/raw/646cf86f912b95098f3a29af99a7bb4d18d437e1/.tmux.conf > ~/.tmux.conf
sudo curl https://gist.githubusercontent.com/user01/ea1937bafe920f66d1455f24e65ee27d/raw/646cf86f912b95098f3a29af99a7bb4d18d437e1/.vimrc > ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment