guitar1999 / dotfiles

various dotfiles to be shared across systems...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

various dotfiles to be shared across systems...

ln -s ~/git/dotfiles/inputrc ~/.inputrc
ln -s ~/git/dotfiles/screenrc ~/.screenrc
ln -s ~/git/dotfiles/vimrc ~/.vimrc

Add the following to your ~/.bashrc

DOTFILESREPO=/Users/username/git/dotfiles
[ -f $DOTFILESREPO/bashrc ] && . $DOTFILESREPO/bashrc
[ -f $DOTFILESREPO/bash_aliases ] && . $DOTFILESREPO/bash_aliases
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion

Add the following to your ~/.bash_profile

[ -f ~/.bashrc ] && . ~/.bashrc

About

various dotfiles to be shared across systems...


Languages

Language:Shell 79.3%Language:Vim Script 20.7%