Last active
February 19, 2020 13:36
-
-
Save hvitorino/0e29717754b955ca0a549a62010ae8e1 to your computer and use it in GitHub Desktop.
Revisions
-
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,6 +17,7 @@ sudo apt-get install terminator * git * [git-extras](https://github.com/tj/git-extras/blob/master/Installation.md) * [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md) * [lazydocker](https://github.com/jesseduffield/lazydocker) * Theme * [spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) - **Settings** -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -19,12 +19,12 @@ sudo apt-get install terminator * [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md) * Theme * [spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) - **Settings** ``` nano ~/.zshrc ZSH_THEME="spaceship" plugins=(git zsh-autosuggestions docker docker-compose git-extras) ``` -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -20,10 +20,11 @@ sudo apt-get install terminator * Theme * [spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) * Settings ``` nano ~/.zshrc ZSH_THEME="spaceship" plugins=(git zsh-autosuggestions docker docker-compose git-extras) ``` -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 18 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,29 @@ # Terminal On Steroids - **Terminator** ``` sudo apt-get update sudo apt-get install terminator ``` - **Oh My ZSH** * [Install](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) * Plugins * docker * docker-compose * git * [git-extras](https://github.com/tj/git-extras/blob/master/Installation.md) * [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md) * Theme * [spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) * Settings ``` nano ~/.zshrc ZSH_THEME="spaceship" plugins=(git zsh-autosuggestions docker docker-compose git-extras) ``` -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ sudo apt-get install terminator - Oh My ZSH * [Installation guide](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ sudo apt-get install terminator - Oh My ZSH [Installation guide](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,6 @@ sudo apt-get install terminator - Oh My ZSH ``` [Installation guide](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) ``` -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,5 +8,8 @@ sudo apt-get install terminator ``` - Oh My ZSH ``` Installation guide[https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH] ``` -
hvitorino revised this gist
Feb 19, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,8 @@ ``` sudo apt-get update sudo apt-get install terminator ``` - Oh My ZSH - (Installation guide)[https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH] -
hvitorino created this gist
Feb 19, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Terminal On Steroids - Terminator ``` sudo apt-get update sudo apt-get install terminator ```