Skip to content

Instantly share code, notes, and snippets.

@iamsaso
Last active August 23, 2016 23:13
Show Gist options
  • Save iamsaso/a240f9135e5c77ad460a5f2fd2c993be to your computer and use it in GitHub Desktop.
Save iamsaso/a240f9135e5c77ad460a5f2fd2c993be to your computer and use it in GitHub Desktop.
# bash <(curl -s https://gist.githubusercontent.com/sasso/a240f9135e5c77ad460a5f2fd2c993be/raw/server-bootstrap.sh?$(date +"%T"))
# packages
sudo apt-get update
sudo apt-get install vim tmux telnet
# tmux
curl -s -o ~/.tmux.conf https://gist.githubusercontent.com/sasso/2750b5e3e8526651cdefda9d3f19fa77/raw/.tmux.conf
# bash
echo "HISTCONTROL=ignoreboth" >>~/.bashrc
source ~/.bashrc
echo "Bootstraping done!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment