Last active
August 23, 2016 23:13
-
-
Save iamsaso/a240f9135e5c77ad460a5f2fd2c993be to your computer and use it in GitHub Desktop.
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
# 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