/Dotfiles

My personal dotfiles and configurations.

Primary LanguageCOtherNOASSERTION

My Gentoo Linux Dotfiles


Larry 💕

Dependencies

  • Arch Linux
pacman -S \ 
> git \
> xorg-server xorg-apps xorg-xinit xorg-xmesssage \
> libx11 libxft libxinerama libxss libxrandr xclip \
> pkgconf dbus
  • Gentoo Linux

  1. Add X, elogind and dbus to your USE flag.
USE="X elongind dbus"
  1. Configure your VIDEO_CARDS flag, mine for example is radeonsi amdgpu, more info can be found here.

  2. Perform a world update to apply these changes.

emerge --ask --verbose --update --newuse --deep @world
  1. Install the necessary x11 dependencies.
emerge -a \
> dev-vcs/git \
> x11-base/xorg-server x11-base/xorg-drivers x11-apps/xinit x11-apps/xmessage x11-apps/xrandr \
> x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender x11-libs/libXrandr x11-misc/xclip \
> dev-util/pkgconf

See directories in .config for documentation on my configurations.