Last active
June 8, 2018 22:35
-
-
Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.
basic server setup
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
sudo apt update && \ | |
sudo apt install zsh tmux -y && \ | |
echo "set-option -g default-shell /bin/zsh" > ~/.tmux.conf && \ | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && \ | |
tmux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment