❗ THESE REPOSITORY IS MADE FOR MY PERSONAL USE ONLY
Personal dotfiles for Arch Linux system running Hyprland, AGS, and other tools.
Install base packages:
sudo pacman -S git hyprland kitty foot fish neovim ags
- Clone the repository:
git clone https://github.com/YadavYashvant/Dotfiles.git ~/Dotfiles
cd ~/Dotfiles
- Make scripts executable:
chmod +x install.sh backup.sh backup_configs.sh
- Create symbolic links:
./install.sh
.config/
hypr/
- Hyprland window managerags/
- AGS widgets and barsfoot/
- Foot terminalkitty/
- Kitty terminalnvim/
- Neovim configurationfish/
- Fish shell
To backup your current configs:
./backup_configs.sh
To automatically backup and push to git:
./backup.sh
- Set fish as default shell:
chsh -s /usr/bin/fish
- Start Hyprland:
- Add to
~/.bash_profile
or~/.zprofile
:
exec Hyprland
Pull latest changes:
cd ~/Dotfiles
git pull
./install.sh
- Backup your existing configs before installation
- Review scripts before running them
- Modify paths in scripts if your setup differs
hyprland and ags dots are taken from [end-4 hyprland dots]