dotfiles/get_dotfiles.sh

11 lines
131 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
2024-05-21 10:15:24 +00:00
cd .dotfiles
2024-05-21 21:44:20 +00:00
git pull
2024-05-21 10:15:24 +00:00
sh ./prep
2024-05-21 21:44:20 +00:00
cd ..