Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shell
Vim script
Makefile
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
bashrc.d | ||
|
|
buildout | ||
|
|
config/fish | ||
|
|
mbp/ubuntu/etc | ||
|
|
.gitignore | ||
|
|
.gitmodules | ||
|
|
Makefile | ||
|
|
README | ||
|
|
bashrc | ||
|
|
eclimrc | ||
|
|
fonts.conf | ||
|
|
gitconfig | ||
|
|
hgrc | ||
|
|
install.sh | ||
|
|
launchd.conf | ||
|
|
linux.sh | ||
|
|
mia-pdnsd.conf | ||
|
|
osx.sh | ||
|
|
path_environment | ||
|
|
profile | ||
|
|
reset-permissions-osx.sh | ||
|
|
tmux.conf | ||
|
|
vimrc | ||
README
Here lie dotfiles that I regularly edit/change.
Clone this repository to ~/.dotfiles::
git clone git://github.com/gorakhargosh/dotfiles.git ~/.dotfiles
Put this into your ~/.bashrc or ~/.profile
# Customizations.
if [ -f ~/.dotfiles/bashrc ]; then
. ~/.dotfiles/bashrc
fi
Enjoy!