Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 279 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 279 Bytes

Setup

Clone repo to ~/bin/dotfiles:

mkdir -p ~/bin
cd ~/bin
git clone git@github.com:imderek/dotfiles.git

Bash

In ~/.bash_profile add:

if [ -f ~/.bashrc ];
then
    source ~/.bashrc
fi

In ~/.bashrc add:

. ~/bin/dotfiles/bashrc