Scherso / Dotfiles

My personal dotfiles and configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My personal dotfiles and configurations.

License:Other


Languages

Language:C 53.2%Language:Haskell 22.7%Language:Shell 12.1%Language:Roff 6.3%Language:Makefile 3.3%Language:Vim Script 2.6%