This is my personal collection of configuration files.
Here are some details about my setup:
- WM: Hyprland
- OS: Gentoo Linux
- Shell: Bash
- Terminal: Foot
- Editor: Neovim
- Launcher: Fuzzel
- Bar: Waybar
Enable the GURU and Wayland-Desktop repository
emerge -aq dev-vcs/git app-eselect/eselect-repository
eselect repository enable guru
eselect repository enable wayland-desktop
emerge --sync guru
emerge --sync wayland-desktop
Install main packages:
emerge -aq gui-wm/hyprland gui-apps/fuzzel gui-apps/mako app-editors/neovim gui-apps/waybar gui-apps/foot
To setup my bash config:
mv ~/.bashrc ~/.bashrc.bak
ln -s ~/.config/bash/bashrc ~/.bashrc
source ~/.bashrc