Weiseguy dotfiles 💧
Find a file
2024-02-12 14:41:23 -06:00
.github Updated dots 2024-02-12 14:41:23 -06:00
bash Updated dots 2024-02-12 14:41:23 -06:00
foot Initial dotfile commit 2023-11-07 07:36:39 -06:00
fuzzel Initial dotfile commit 2023-11-07 07:36:39 -06:00
gtk-3.0 Added gtk-3.0 setttings 2023-11-09 14:20:41 -06:00
hypr Updated dots 2024-02-12 14:41:23 -06:00
mako Initial dotfile commit 2023-11-07 07:36:39 -06:00
nvim Updated dots 2024-02-12 14:41:23 -06:00

WeiseGuy's dotfiles


This is my personal collection of configuration files.

Here are some details about my setup:

Installation


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