NOTE: this gist is outdated, refer to this repository instead - https://github.com/ghaiklor/iterm-fish-fisher-osx
- Download and install iTerm2 (it has better color fidelity than the built in Terminal).
| javascript:((_=>location.href='http://web.archive.org/web/*/'+location.href)()) |
| Hi there, | |
| Here is some explanation on what is this Community about to make it a bit more clear. | |
| It's called Metadevelopment (mtdv for short): we are exploring Life through the prism of Software Development. | |
| You can think of it as a community, where people are interested in finding and engineering a sustainable personal lifestyle with the help of various tools: technologies, science, psychology and well-being, to mention some. | |
| We discuss a bunch of topics here apart software development: mentoring, career, happiness, lifehacking. | |
| Hello, I'm glad you contacted me asking for help. In order to help you help | |
| yourself I have crafted this fine little automated email with information and | |
| things you should try before asking for help. When you run into a problem I | |
| want you to do the following things before you email me, and then email me your | |
| answers. Doing this will most likely help you solve the problem on your own, | |
| and will save me time in the long run. If after doing this you are truly | |
| stuck and you can answer all these questions then email me your answers and | |
| I'll help you. | |
| 1. Do you have a screenshot of the error you are getting? |
NOTE: this gist is outdated, refer to this repository instead - https://github.com/ghaiklor/iterm-fish-fisher-osx
| let errorHandlers = { | |
| isAuthenticationError: transitionAway, | |
| IsImportantDataError: showError, | |
| isUnimportantDataError: keepTrying | |
| }; | |
| let errorHandler = Object.keys(errorHandlers).find(function(isCurrentError) { isCurrentError(errorFromTryCatch) }); | |
| errorHandler(errorFromTryCatch); |
| //../config/environment.js | |
| /* jshint node: true */ | |
| module.exports = function (environment) | |
| { | |
| var ENV = { | |
| modulePrefix: 'realtor', | |
| environment: environment, | |
| baseURL: null, | |
| locationType: 'hash', |
| # Move config files to prevent conflicts with project | |
| set :deploy_config_path, 'deploy/config/deploy.rb' | |
| set :stage_config_path, 'deploy/config/deploy' | |
| # Load DSL and Setup Up Stages | |
| require 'capistrano/setup' | |
| # Includes default deployment tasks | |
| require 'capistrano/deploy' |
| <snippet> | |
| <content><![CDATA[ | |
| <!-- begin $1 --> | |
| <div class="$1"> | |
| $2 | |
| </div> | |
| <!-- end $1 --> | |
| ]]></content> | |
| <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
| <tabTrigger>di</tabTrigger> |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!