(feat): setup dotiles script

This commit is contained in:
Blake Ridgway 2024-04-13 22:39:33 -05:00
parent 873848f6d5
commit 032501e80f

5
setup-dotfiles.sh Executable file
View file

@ -0,0 +1,5 @@
curl -o $HOME/dotfiles.tar.gz http://172.16.5.30:3000/blake/dotfiles/archive/master.tar.gz
tar -zxf $HOME/dotfiles.tar.gz -C $HOME
cd $HOME/dotfiles && ./post_install.sh