Last active
July 8, 2019 07:46
-
-
Save Pilooz/ee64de601295e6a47e5304aa1e77cee5 to your computer and use it in GitHub Desktop.
Revisions
-
Pierre-Gilles Levallois revised this gist
Jul 8, 2019 . 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 @@ -3,7 +3,7 @@ sudo apt-get install vim # Installing rmate for remote editing sudo curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate sudo chmod +x /usr/local/bin/rmate sudo mv /usr/local/bin/rmate /usr/local/bin/rsubl # A better git log https://coderwall.com/p/euwpig/a-better-git-log git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" # Decomment alias 'll' in /home/pi/.bashrc -
Pierre-Gilles Levallois revised this gist
Oct 31, 2018 . 1 changed file with 2 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,5 @@ sudo curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate sudo chmod +x /usr/local/bin/rmate mv /usr/local/bin/rmate /usr/local/bin/rsubl # A better git log https://coderwall.com/p/euwpig/a-better-git-log git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" # Decomment alias 'll' in /home/pi/.bashrc -
Pierre-Gilles Levallois revised this gist
Jul 8, 2018 . 1 changed file with 3 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 @@ -3,4 +3,6 @@ sudo apt-get install vim # Installing rmate for remote editing sudo curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate sudo chmod +x /usr/local/bin/rmate mv /usr/local/bin/rmate /usr/local/bin/rsubl # A better git log https://coderwall.com/p/euwpig/a-better-git-log git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" -
Pierre-Gilles Levallois created this gist
Jul 8, 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,6 @@ sudo apt-get update sudo apt-get install vim # Installing rmate for remote editing sudo curl -o /usr/local/bin/rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate sudo chmod +x /usr/local/bin/rmate mv /usr/local/bin/rmate /usr/local/bin/rsubl