Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 386 Bytes

.dotfiles

Clone

git clone --recursive https://github.com/Staubgeborener/.dotfiles.git $HOME/.dotfiles
cd $HOME/.dotfiles
stow -t ~ */ # or use install.sh to install all dependencies and packages

Updating

git pull --recurse-submodules

Testing

sudo docker build -t dotfilestester -f Dockerfile . && docker run -it dotfilestester