Dotfiles of David Chen.
Find a file
David Chen ff8d279b64 wip
2019-12-06 22:37:14 -08:00
alacritty new readme 2019-11-08 09:36:24 -08:00
fish new stuff 2019-10-07 17:49:54 -07:00
i3 improved i3bar 2019-10-11 10:42:07 -07:00
i3status i3status 2019-10-21 15:54:19 -07:00
jesseduffield/lazygit wip 2019-12-06 22:37:14 -08:00
mutt mutt fix 2019-12-06 07:49:22 -08:00
neofetch a bunch of new rice~ 2019-08-22 19:30:32 +08:00
omf fzf, onedrive 2019-09-14 16:02:04 -07:00
polybar a bunch of new rice~ 2019-08-22 19:30:32 +08:00
ranger fix 2019-12-06 07:55:18 -08:00
zsh added tlp alias 2019-12-06 07:49:22 -08:00
.gitignore not ignoring lazygit config 2019-12-06 07:49:22 -08:00
.Xmodmap fix for vim crash 2019-11-01 07:56:11 -07:00
.Xmodmap-cn a bunch of new rice~ 2019-08-22 19:30:32 +08:00
llpp.conf llpp & vimium options 2019-11-08 09:40:24 -08:00
my-packages.txt my packages 2019-11-08 09:44:26 -08:00
README.md ranger lazygit binding change & readme update 2019-12-06 07:49:22 -08:00
vimium-options.json llpp & vimium options 2019-11-08 09:40:24 -08:00

My config...

This config folder includes i3 and alacritty config, however, I'm using dwm and st now.

Important stuff:

Ranger

use pip install ueberzug and ranger-git

mutt

In ~/.gnupg/gpg-agent.conf:

default-cache-ttl 34560000
max-cache-ttl 34560000

If this doesn't work, try pam-gnupg

yay -S pam-gnupg-git

and in /etc/pam.d/system-local-login add:

auth     optional  pam_gnupg.so
session  optional  pam_gnupg.so

Input Methods

Install: fcitx fcitx-im fcitx-googlepinyin fcitx-configtool

And in /etc/X11/xinit/xinitrc:

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

Fcitx users need to set the first input method to be Keyboard - layout

fonts

locale

In locale.conf:

LANG=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_TIME=en_US.UTF-8

My Font

I use the Source Code Pro font and nerd-fonts-source-code-pro.

About Noto

Just install noto-fonts (not -all). It's already bloated. Check /usr/share/fonts/noto

Emoji

ttf-linux-libertine # probably not actually needed, only aesthetic
ttf-inconsolata # the monospace font
ttf-emojione
ttf-symbola
ttf-joypixels
ttf-twemoji-color
noto-fonts-emoji

Chinese

wqy-bitmapfont 1.0.0RC1-3
wqy-microhei 0.2.0_beta-9
wqy-microhei-lite 0.2.0_beta-9
wqy-zenhei 0.9.45-7
adobe-source-han-mono
adobe-source-han-sans
adobe-source-han-serif

gtk-theme

I use adapta-gtk-theme and arc-icon-theme.

Arch Packages I Installed:

See my-packages.txt