These are my dotfiles. Use them as you like, at your own risk!
Add the following to your ~/.bash_profile
:
export DOTFILES_DIR=$HOME/source/bash/dotfiles
for f in $DOTFILES_DIR/.{os,functions,path,env,alias,prompt,completion,misc} ;
do
if [ -f $f ]; then
source $f;
fi
done
Replace DOTFILES_DIR with the path of folder where you clone this repo.
A massive thank you to @mathiasbynens and @webpro for uploding their own dotfiles on github (that I'm guilty of blatantly copying in some places) and motivating me to create my own dotfiles project.
You can find their dotfiles at:
Additional Resources: