Last active
June 8, 2018 22:35
-
-
Save PabloDinella/71392e0835265616594c4c9757fef2cc to your computer and use it in GitHub Desktop.
Revisions
-
PabloDinella revised this gist
Jun 8, 2018 . 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 @@ -1,5 +1,5 @@ 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 -
PabloDinella created this gist
May 29, 2018 .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,5 @@ 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