Repository containing my personal configuration files for "GentooFox" Linux and Hyprland.
This repository serves as a backup and version control for my desktop environment and development setup. It contains configurations for Hyprland, Waybar, Portage, terminals, themes, and development tools.
- Hyprland
- Waybar
- Wofi
- Wlogout
- Kitty
- Neovim
- Fastfetch
- Gentoo Portage configuration
- Wallpapers
Custom Gentoo configurations:
make.confpackage.usepackage.accept_keywordspackage.maskpackage.unmaskrepos.conf
gentoo-dotfiles/
├── install.sh
├── README.md
├── screenshots/
├── home/
│ └── .bashrc
├── config/
│ ├── hypr/
│ ├── waybar/
│ ├── wofi/
│ ├── wlogout/
│ ├── kitty/
│ ├── fastfetch/
│ └── nvim/
├── portage/
│ ├── make.conf
│ ├── package.use/
│ ├── package.accept_keywords/
│ ├── package.mask/
│ ├── package.unmask/
│ ├── package.license/
│ └── repos.conf/
└── wallpapers/
- Open your terminal and clone this repository:
git clone https://github.com/MayllaRabay/gentoo-dotfiles.git- Navigate to the script project folder:
cd gentoo-dotfiles/scripts- Make the installation script executable:
chmod +x install.sh- Run the script:
./install.sh- After installation, reload your shell:
source ~/.bashrcTo apply Hyprland changes without logging out:
hyprctl reloadTo reload Waybar:
killall -SIGUSR1 waybarThis project is available for educational and personal use.





