(feat): setup dotiles script
This commit is contained in:
parent
873848f6d5
commit
032501e80f
1 changed files with 5 additions and 0 deletions
5
setup-dotfiles.sh
Executable file
5
setup-dotfiles.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue