From 0ff94c73d4571409c50fa9d74fa4c88920144326 Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 10:15:24 +0000 Subject: [PATCH] improve get --- get_dotfiles.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/get_dotfiles.sh b/get_dotfiles.sh index 27c9e02..1968c9f 100755 --- a/get_dotfiles.sh +++ b/get_dotfiles.sh @@ -4,8 +4,7 @@ cd $HOME/ git clone --depth=1 https://dev.v4.games/zaklaus/dotfiles .dotfiles -pushd .dotfiles - sh ./prep - sh ./ubuntu -popd +cd .dotfiles +sh ./prep +sh ./ubuntu