Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 980 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 980 Bytes

barebones-dotfiles

These are my dotfiles. Use them as you like, at your own risk!

Installation

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.

Credits

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: