RESULT | COMMAND |
tooltip delay | defaults write -g NSInitialToolTipDelay -int 500 |
show hidden files | defaults write com.apple.Finder AppleShowAllFiles TRUE |
make /Library visible | chflags nohidden ~/Library/ |
folders before files | link |
This file contains 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 characters
/**********************************************/ | |
/* | |
/* Based on Todd Werth's IR_Black: | |
/* http://blog.toddwerth.com/entries/2 | |
/* | |
/* Inspired by Darcy Clarke's blog post: | |
/* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
/* | |
/**********************************************/ |
This file contains 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 characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- FW shortcut file --> | |
<shortcutfile readonly="false" > | |
<menu_commands > | |
<command id="cmd_PreviewAllPagesInBrowser" count="1" > | |
<shortcut text="4 123" /> | |
</command> | |
<command id="cmd_Prev_Selection" count="1" > | |
<shortcut text="6 37" /> |
A theme for the sidebar in Sublime Text to match the workspace of the Monokai theme.
This theme only modifies the sidebar to better match the Monokai theme, without modifying any of the styling elsewhere defined by Monokai.
File location: Packages/User
For a theme that extends beyond just the sidebar, visit https://gist.github.com/umpirsky/5842174
This file contains 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 characters
[ | |
{ "keys": ["super+shift+h"], "command": "htmlprettify" } | |
] |
NewerOlder