~patrickhaussmann/dotfiles

Catch more errors
update docker image before build step
rename dockerfiles

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~patrickhaussmann/dotfiles
read/write
git@git.sr.ht:~patrickhaussmann/dotfiles

You can also use your local clone with git send-email.

#Patrick's dotfiles

#Install

git clone https://git.sr.ht/~patrickhaussmann/dotfiles
bash dotfiles/install.sh

#Non-root/Fast Install

git clone https://git.sr.ht/~patrickhaussmann/dotfiles
touch dotfiles/.install_did_run
bash dotfiles/install.sh

#Use with Docker

docker run -it -h dev patrickhaussmann/dev
#Update git remote
git remote set-url origin git@git.sr.ht:~patrickhaussmann/dotfiles