Disable the dashboard in Mac OS X:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Kill the dock:
killall Dock
Kill spotlight:
Disable the dashboard in Mac OS X:
defaults write com.apple.dashboard mcx-disabled -boolean YES
Kill the dock:
killall Dock
Kill spotlight:
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 */ |
[ | |
{ "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" } | |
] |
# 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 |
cmd + ` = Switch Windows in Chrome | |
shift + cmd + . = show / hide system files (Requires TotalFinder) |
# Self Invoking Anonymous Function: | |
<snippet> | |
<content><![CDATA[(function() \{ | |
$0 | |
\})();]]></content> | |
<tabTrigger>siaf</tabTrigger> | |
<scope>source.js,source.js.embedded.html</scope> | |
<description>Self Invoking Anonymous Function</description> | |
</snippet> |
arr=$(cat list.txt) | |
filen="<snippet>\n\t<content>x</content>\n\t<description>x</description>\n\t<scope>source.css</scope>\n\t<tabTrigger>x</tabTrigger>\n</snippet>" | |
for x in $arr | |
do | |
echo "$filen" | sed "s/x/$x/g" > $x.sublime-snippet | |
done |
simons-MacBook-Air:~ simonowen$ source /Users/simonowen/.rvm/scripts/rvm | |
simons-MacBook-Air:~ simonowen$ rvm --debug requirements ruby | |
rvm_autolibs_flag=enable | |
Installing requirements for osx, might require sudo password. | |
requirements code for osx loaded | |
brew seems to be writable | |
Install custom packages: homebrew/dupes. | |
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl. | |
Custom packages: homebrew/dupes. | |
Updated Homebrew from 26a0b354 to 27b45865. |
Moved to my dotfiles repo: | |
https://github.com/s10wen/dotfiles/blob/master/init/Preferences.sublime-settings |