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.
Finishing Rapberry pi install
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment