Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 381 Bytes

dotfiles

custom linux config files - managed via gnu stow

Installation Linux

sudo apt-get -y install stow curl git && \
git clone [email protected]:YannickdeHoop/dotfiles.git ~/.dotfiles && \
cd ~/.dotfiles && \
./install.sh

Installation OSX

brew install stow
git clone [email protected]:YannickdeHoop/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh