$ brew doctor
$ brew update
| if [ -f ~/.bashrc ]; then | |
| . ~/.zshrc | |
| fi | |
| load 'deploy' | |
| # Uncomment if you are using Rails' asset pipeline | |
| # load 'deploy/assets' | |
| load 'config/deploy' # remove this line to skip loading any of the default tasks | |
| # Require any additional compass plugins here. | |
| # Set this to the root of your project when deployed: | |
| http_path = "/" | |
| css_dir = "app/assets/stylesheets" | |
| sass_dir = "app/assets/stylesheets/" | |
| images_dir = "app/assets/images" | |
| javascripts_dir = "app/assets/javascripts/" | |
| # You can select your preferred output style here (can be overridden via the command line): |
| assets_path "assets/javascripts" | |
| # Puts files under ./vendor/assets/components | |
| group :vendor do | |
| js 'jquery', '1.10.2' | |
| js 'jquery-ujs' | |
| js 'bootstrap', '~2.3.2' | |
| js 'twitter' | |
| js 'html5shiv' | |
| js 'font-awesome' |
| source 'https://rubygems.org' | |
| ## Default Gemfiles+ | |
| ## --------------------------------------------------------------------- | |
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
| gem 'rails', '4.0.0' | |
| # Use sqlite3 or MySQL2 as the database for Active Record | |
| # gem 'sqlite3' | |
| gem 'mysql2' |
| # See http://help.github.com/ignore-files/ for more about ignoring files. | |
| # | |
| # If you find yourself ignoring temporary files generated by your text editor | |
| # or operating system, you probably want to add a global ignore instead: | |
| # git config --global core.excludesfile '~/.gitignore_global' | |
| ## OS generated files | |
| ## ------------------------------------------- | |
| # Linux |
| $ -> | |
| ## | |
| ## Social Plugins ## | |
| # Facebook Like Button | |
| ((d, s, id) -> | |
| js = undefined | |
| fjs = d.getElementsByTagName(s)[0] | |
| return if d.getElementById(id) | |
| js = d.createElement(s) |
| { | |
| "auto_indent": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "detect_indentation": true, | |
| "disable_formatted_linebreak": true, | |
| "disable_tab_abbreviations": true, | |
| "font_size": 12.0, | |
| "font_face": "Ricty", | |
| "highlight_trailing_spaces_color_name": "invalid", | |
| "ignored_packages": |