bootstrap script

master
Dominik Madarász 2024-05-21 09:46:30 +00:00
parent 57b1cba95d
commit a2aa8e2867
1 changed files with 11 additions and 0 deletions

11
get_dotfiles.sh 100755
View File

@ -0,0 +1,11 @@
#!/bin/bash
cd $HOME/
git clone --depth=1 https://dev.v4.games/zaklaus/dotfiles .dotfiles
pushd .dotfiles
sh ./prep
sh ./ubuntu
popd