Skip to content

Instantly share code, notes, and snippets.

@hvitorino
Last active February 19, 2020 13:36
Show Gist options
  • Save hvitorino/0e29717754b955ca0a549a62010ae8e1 to your computer and use it in GitHub Desktop.
Save hvitorino/0e29717754b955ca0a549a62010ae8e1 to your computer and use it in GitHub Desktop.

Terminal On Steroids

  • Terminator
sudo apt-get update
sudo apt-get install terminator
nano ~/.zshrc
ZSH_THEME="spaceship"
plugins=(git zsh-autosuggestions docker docker-compose git-extras)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment