Skip to content

Instantly share code, notes, and snippets.

@Pilooz
Last active July 8, 2019 07:46
Show Gist options
  • Save Pilooz/ee64de601295e6a47e5304aa1e77cee5 to your computer and use it in GitHub Desktop.
Save Pilooz/ee64de601295e6a47e5304aa1e77cee5 to your computer and use it in GitHub Desktop.

Revisions

  1. Pierre-Gilles Levallois revised this gist Jul 8, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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
    mv /usr/local/bin/rmate /usr/local/bin/rsubl
    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
  2. Pierre-Gilles Levallois revised this gist Oct 31, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.txt
    Original 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"
    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
  3. Pierre-Gilles Levallois revised this gist Jul 8, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.txt
    Original 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
    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"
  4. Pierre-Gilles Levallois created this gist Jul 8, 2018.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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