- Add helper to
lib/helpers
and renameicon_helpers.rb
- Using Icomoon download your icons in SVG format.
- Add to the extracted zip to
lib/assets
- Into
config.rb
add:require 'lib/helpers/icon_helpers'
helpers IconHelpers
- You can now use
<%= icon_tag(symbol: 'facebook') %>
in your template
This file contains hidden or 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
class Link | |
constructor: ({@$link, @$activator}) -> | |
@original_text = @$link.text() | |
@registerHandlers() | |
registerHandlers: -> | |
@$activator.on 'click', => @toggleLinkState() | |
toggleLinkState: -> | |
@$link.toggleClass('active').text(@linkText()) |
This file contains hidden or 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
# https://github.com/sstephenson/rbenv#basic-github-checkout | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" | |
# http://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html | |
export PS1="\e[38;5;204m[mac: \w]\e[39m 🍔 " | |
# http://osxdaily.com/2012/02/21/add-color-to-the-terminal-in-mac-os-x/ | |
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced |
This file contains hidden or 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
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"ApacheConf.tmLanguage", | |
"BracketHighlighter", | |
"CoffeeScript", |
I hereby claim:
- I am SebAshton on github.
- I am sebashton (https://keybase.io/sebashton) on keybase.
- I have a public key whose fingerprint is 36D6 78FE 8C76 1940 D630 DAA2 3E81 046F E168 DEAD
To claim this, I am signing this object:
Yay Docker for Mac is here! As of last night we all - not just Rory 'Bleeding Edge' MacDonald - can run Docker Natively on OSX without VB.
To update is simple... Install this DMG. If you want to preserve any db's export them first!
It will be super helpful an pull in your default box into your new set up (if you want it to).
Then unset the docker-machine
envs:
unset DOCKER_TLS_VERIFY
OlderNewer