linconf is a site documenting the generation of a good Gentoo Linux configuration.
Listed below are the paths of default, useful configuration files.
/etc/asound.conf
- system configuration script
~/.asoundrc
- user configuration script
/etc/xdg/awesome/rc.lua
- system configuration script
/usr/share/awesome/themes/${THEME}/theme.lua
- system theme configuration script
~/.config/awesome/rc.lua
- user configuration script
~/.gtkrc-2.0
- user configuration script
~/.themes/${THEME}/gtk-2.0/gtkrc
- user theme configuration script
~/.config/gtk-3.0/settings.ini
- user configuration script
~/.themes/${THEME}/gtk-3.0/gtk.css
- user theme configuration style
/etc/conf.d/${SERVICE}
- system service configuration script
/etc/rc.conf
- system configuration script
/etc/portage/make.conf
- system configuration script
~/.ssh/id_rsa
- user private key
~/.ssh/id_rsa.pub
- user public key
/etc/vim/vimrc
- system configuration script
~/.vimrc
- user configuration script
/etc/X11/xorg.conf
- system configuration script
~/.Xresources
- user resources configuration script
Thanks to nana-4's materia-theme , GTK+ 2 and GTK+ 3 can be configured simultaneously with a customized theme .
git clone https://github.com/nana-4/materia-theme.git
cd materia-theme
wget -O gtk-colors.sh https://linconf.neocities.org/gtk-colors.txt
./change-color.sh --hidpi -o materia True gtk-colors.sh
X software applications often use X Resources for certain defaults such as font size or font family. Some settings are application specific.
rxvt-unicode has some application specific settings.
URxvt.font: xft:Anonymous Pro
URxvt.scrollBar: false
The colors can be configured by using base16-builder .
npm install --global base16-builder
base16-builder -b dark -s phd -t xresources > ~/.Xresources
X FreeType can be configured through properties documented in fonts-conf .
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 180
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
emerge-webrsync
store its ebuilds?
/etc/portage/repos.conf
directory. Typically, there is a
gentoo.conf
file in this directory with the line
location = /usr/portage
, which
instructs portage to synchronize the remote repository into
/usr/portage
.
rc-service iptables save
and
rc-service ip6tables save
store
their saved rules?
/etc/init.d/iptables
script uses the
IPTABLES_SAVE
and
IP6TABLES_SAVE
environment variables which are set in
/etc/conf.d/iptables
file. Typically, these default to the
/var/lib/iptables
directory.
@world
set?
/var/lib/portage/world