Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 450 Bytes

dotfiles

Install to ~/.dotfiles

git clone [email protected]:fishberg/dotfiles.git ~/.dotfiles
echo 'export DOTFILES_ROOT="$HOME/.dotfiles"' >> ~/.bashrc
source ~/.bashrc

Install on Fresh System

wget -O - https://raw.githubusercontent.com/fishberg/dotfiles/master/install/quick-start.bash | bash -s
curl -sLf https://raw.githubusercontent.com/fishberg/dotfiles/master/install/quick-start.bash | bash -s