From a2aa8e2867baec7f6ff1c6b3fcf394893e97c01a Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 09:46:30 +0000 Subject: [PATCH] bootstrap script --- get_dotfiles.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 get_dotfiles.sh diff --git a/get_dotfiles.sh b/get_dotfiles.sh new file mode 100755 index 0000000..27c9e02 --- /dev/null +++ b/get_dotfiles.sh @@ -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 +