Home

Awesome

Note that, bashrc, bash_profile, gitconfig, inputrc are all symbolic linked to home directory.

To install system wide python packages

$ PIP_REQUIRE_VIRTUALENV="" pip install -r Pipfile

To install system wide gems

$ bundle install --system