Skip to content

Instantly share code, notes, and snippets.

@PabloDinella
Last active June 8, 2018 22:35
Show Gist options
  • Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.
Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.
basic server setup
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