Skip to content

Instantly share code, notes, and snippets.

@gordinmitya
Last active November 18, 2019 12:34
Show Gist options
  • Save gordinmitya/b5ca6410d271cbbee72b5a1a4f7da8c4 to your computer and use it in GitHub Desktop.
Save gordinmitya/b5ca6410d271cbbee72b5a1a4f7da8c4 to your computer and use it in GitHub Desktop.
apt update && \
apt install -y zsh tmux && \
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" "" --unattended && \
chsh -s $(which zsh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment