Skip to content

Hassle-free config for MacOS & Arch

License

Notifications You must be signed in to change notification settings

diegofigs/dotfiles

Repository files navigation

dotfiles

How to install

Mac: 
 brew install yadm &&
 yadm clone https://github.com/diegofigs/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/diegofigs/dotfiles.git

Arch (AUR with yay): 
 yay -Syu yadm-git &&
 yadm clone https://github.com/diegofigs/dotfiles.git