Skip to content

Instantly share code, notes, and snippets.

@guemidiborhane
Last active February 1, 2023 14:02
Show Gist options
  • Save guemidiborhane/6da4612eb7facd417c16f138dc2bdc8f to your computer and use it in GitHub Desktop.
Save guemidiborhane/6da4612eb7facd417c16f138dc2bdc8f to your computer and use it in GitHub Desktop.
script to run YADM to setup `home`
#!/bin/sh
# vim: set ft=sh sw=4 et :
yay -S --noconfirm yadm
yadm clone https://github.com/guemidiborhane/dotfiles.git -b yadm -f
yadm restore --staged $HOME
yadm checkout -- $HOME
yadm bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment