Files
dotfiles/.config/yadm/bootstrap
2024-11-14 19:45:15 +00:00

13 lines
290 B
Bash
Executable File

#!/bin/sh
# Make all files shown
yadm gitconfig --unset status.showUntrackedFiles
# intialize submodules
cd "$HOME"
yadm submodule update --recursive --init
# switch to ssh for repo
echo "Updating the yadm repo origin URL"
yadm remote set-url origin "git@potokar.us:easton/dotfiles.git"