dotfiles/get_dotfiles.sh

12 lines
145 B
Bash
Raw Normal View History

2024-05-21 09:46:30 +00:00
#!/bin/bash
cd $HOME/
git clone --depth=1 https://dev.v4.games/zaklaus/dotfiles .dotfiles
pushd .dotfiles
sh ./prep
sh ./ubuntu
popd