scss snips are css, npmins and slate conf

main
Steffen Becker 11 years ago
parent cd01ff765e
commit f9f2504f1b

@ -51,7 +51,7 @@ alias upall='sysup && brewup && rvmup && gemup && npmup'
# alias for re-installing npm from the web and default packages
alias npmins='curl https://npmjs.org/install.sh | sh && npm install -g grunt-cli && npm install -g jshint && npm install -g uglify-js && npm install -g jake'
alias npmins='brew link --overwrite node && curl https://npmjs.org/install.sh | sh && npm install -g grunt-cli && npm install -g jshint && npm install -g uglify-js && npm install -g jake'
# always use macvim but for 'vim'

@ -58,7 +58,6 @@ var mail = slate.operation("focus", { "app": "Mail" });
var fork = slate.operation("focus", { "app": "ForkLift" });
var ical = slate.operation("focus", { "app": "iCal" });
var adium = slate.operation("focus", { "app": "Adium" });
var macvim = slate.operation("focus", { "app": "MacVim" });
var time = slate.operation("focus", { "app": "TimeLog" });
var dash = slate.operation("focus", { "app": "Dash" });
var fox = slate.operation("focus", { "app": "Firefox" });
@ -135,7 +134,7 @@ var hyper = ":shift,ctrl,alt,cmd";
var hyperModal = hyper + ",s:toggle";
// f = fast switching and a nice position in the home row
slate.bind("]", hint, false);
slate.bind("]" + hyper, hint, false);
// g = grid view
slate.bind("[" + hyper, grid, false);
@ -145,7 +144,6 @@ slate.bind("c" + hyper, chrome, false);
slate.bind("m" + hyper, mail, false);
slate.bind("f" + hyper, fork, false);
slate.bind("i" + hyper, ical, false);
slate.bind("v" + hyper, macvim, false);
slate.bind("a" + hyper, adium, false);
slate.bind("l" + hyper, time, false);
slate.bind("d" + hyper, dash, false);

@ -26,3 +26,5 @@ unset file
# rvm TODO use rbenv in the future
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

Loading…
Cancel
Save