Welcome to my .dotfiles repo! Here you will find my .dotfiles, mostly from ~/.config folder
You will need to install some packages to make the dotfiles work
Use the pre-install.sh
script to install all needed packages right away!
Follow the guide on this repo: https://github.com/Jguer/yay
1 | Git Clone this repo using:
git clone https://github.com/WooxHimself/ArchDotties/
2 | Choose which configs you like and want to use
3 | Make a backup of your old configs in case by using:
cp ~/.config ~/.config.backup/
3 | Copy them to your ~/.config
folder:
cp -r ArchDotties/* ~/.config
But if you made a backup in step 3 you can rollback anytime using:
mv ~/.config.backup/ ~/.config/
4 | Reboot or restart your WM/DE and you should see the changes!