bootstrap script
parent
57b1cba95d
commit
a2aa8e2867
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue