Dark matter which pipes me to my own universe
Universal:
sudo curl -fLo /bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm &&
sudo chmod a+x /bin/yadm &&
yadm clone https://github.com/jmprathab/dotfiles.git
Mac:
brew install yadm &&
yadm clone https://github.com/jmprathab/dotfiles.git
Arch (fresh install):
pacman -Syu sudo git --noconfirm &&
sudo curl -fLo /bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm &&
sudo chmod a+x /bin/yadm &&
yadm clone https://github.com/jmprathab/dotfiles.git
Arch (AUR with yay):
yay -Syu yadm-git &&
yadm clone https://github.com/jmprathab/dotfiles.git
Debian UNSTABLE/Ubuntu 20.04+:
sudo apt install yadm &&
yadm clone https://github.com/jmprathab/dotfiles.git
P.S. Just ignore the GPG password prompt (by pressing cancel or control c), as it's for my personal SSH keys
This repository is regurlarly being updated. To update to the latest version of my dotfiles, run:
yadm pull
If you encounter any error when cloning, run
yadm stash
Then reclone with
yadm clone -f https://github.com/jmprathab/dotfiles.git
If you encounter any errors when running the bootstrap script, you can always rerun it with
~/.config/yadm/bootstrap
Please report any issues you have here