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
- Host: GitHub
- URL: https://github.com/eddmann/dotfiles
- Owner: eddmann
- Created: 2012-06-23T12:33:36.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T21:16:33.000Z (over 11 years ago)
- Last Synced: 2025-01-23T03:26:47.749Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 320 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~