Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

build

rc.files

local bash rc files

git clone git@github.com:lkwg82/rc.files.git .bashrc.d

# includes into existing .bashrc
echo "# git versioned rc files" >> ~/.bashrc
echo "source ~/.bashrc.d/__init__.sh" >> ~/.bashrc
ln -s ~/.bashrc ~/.bash_profile