Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 304 Bytes

File metadata and controls

24 lines (18 loc) · 304 Bytes

dotfiles

script to set up my shell config on linux and darwin os

cd ~
git clone https://github.com/dylanlrrb/dotfiles.git

Linux:

cd ~/dotfiles
git checkout linux
cp .bash_profile ..

Darwin:

cd ~/dotfiles
git checkout darwin
cp .bash_profile ..