An open API service indexing awesome lists of open source software.

https://github.com/eddmann/dotfiles

dot to the files
https://github.com/eddmann/dotfiles

Last synced: over 1 year ago
JSON representation

dot to the files

Awesome Lists containing this project

README

          

## .files

.extras OSX example

~~~ .bash
P=$PATH
P="$(brew --prefix coreutils)/libexec/gnubin:$P"
P="/usr/local/bin:$P"
P="$HOME/bin:$P"
P="$P:$HOME/.rvm/bin"

M=$MANPATH
M="$(brew --prefix coreutils)/libexec/gnuman:$M"

export PATH="$P"
export MANPATH="$M"

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM
~~~