kavisek / demo-mac-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-mac-intro

Git

Make github pretty

git config --global format.pretty '%Cred%H%Creset -%C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset'

Show all files on Mac

# Show all hiddenfiles
defaults write com.apple.finder AppleShowAllFiles YES;
Killall Finder

# Change back
defaults write com.apple.finder AppleShowAllFiles NO;
Killall Finder

SSH

ssh-keygen -t rsa -b 4096 -C "[email_address]"

About