hosts:
/private/etc/hosts
(for windows, right click > permissions > allow > apply)
C:\Windows\System32\Drivers\etc
(for Virtual Box to see mac dev sites add)
# Current Setup 2018/10/15 | |
# Automated install file: | |
# https://github.com/s10wen/dotfiles/blob/master/init/Package%20Control.sublime-settings | |
AdvancedNewFile | |
AlignTab | |
Babel | |
Bracket Highlighter | |
DiffView | |
Dotfiles Syntax Highlighting |
[ | |
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }, | |
{ "keys": ["super+b"], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" } | |
] |
HTML: | |
<!--[if lt IE 8]> | |
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> | |
<![endif]--> | |
CSS: | |
/* Upgrade Browser Prompt */ |
Disable the dashboard in Mac OS X:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Kill the dock:
killall Dock
Kill spotlight: