Here are my dotfiles and setup for arch + hyprland. These dotfiles include the following:
- Fastfetch
- Hyprland
- Ghostty
- Mako (notification daemon)
- Matugen (for dynamic color scheming)
- Neovim (LazyVim)
- Rofi
- Waybar
IMPORTANT: The installation script should work in all Arch based distros, however, I have only tested it on vanilla Arch and CachyOS. The dotfiles should work on other distros but you will have to do some tinkering.
You will need git to clone the repo
git clone https://github.com/marwaree/dotfiles .dotfiles
cd .dotfiles
chmod +x install.sh
./install.sh #Follow the instructions
If you want to do this in one line:
git clone https://github.com/marwaree/dotfiles .dotfiles && cd .dotfiles && chmod +x install.sh && ./install.sh