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