Skip to content

Instantly share code, notes, and snippets.

@tsbits
Last active December 5, 2016 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsbits/7b0b3abf5c32c737a6f9a433ff9f7bd4 to your computer and use it in GitHub Desktop.
Save tsbits/7b0b3abf5c32c737a6f9a433ff9f7bd4 to your computer and use it in GitHub Desktop.
[Terminal & finder] config & alias
// Show hidden files
defaults write com.apple.finder AppleShowAllFiles YES
// Reload Finder instances
killall Finder
// Show path in finder
Option + Command + P
// Show tab bar
Shit + Command + T
// Show status bar ( free space, etc... )
Command + Slash
// Allow to type sublime . to open the current folder in sublime
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment