Version control your `.bashrc` file (or any other file) with Github Gist
Version control your .bashrc file with Github Gist Install Gist on your machine If you have ruby installed (how to install ruby): sudo gem install gist If you’re using Bundler: source :rubygems gem ‘gist’ For OS X, gist lives in Homebrew brew install gist Log into Gist with your Github account If you want to […]