From b098b88909f0500ecb3914582a81a423efbf94ce Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 8 Nov 2019 09:36:24 -0800 Subject: [PATCH] new readme --- README.md | 41 +++++++++++++++++++++++- alacritty/alacritty.yml | 70 +++++++++++++++++++++++++++++------------ zsh/zshrc | 1 + 3 files changed, 91 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index ec1165e..e6d85f4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,47 @@ -#### fonts +# My config... +This config folder includes `i3` and `alacritty` config, however, I'm using [dwm](https://github.com/theniceboy/dwm) and [st](https://github.com/theniceboy/st) now. + +# Important stuff: +## Ranger +use `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](https://github.com/cruegge/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 +``` + +## fonts +- Just install `noto-fonts`. 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 +``` +#### 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 ``` +## gtk-theme +I use `adapta-gtk-theme` and `arc-icon-theme`.UUU + +## Arch Packages I Installed: +See [my-packages.txt](https://github.com/theniceboy/.config/blob/master/my-packages.txt) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index f33fd61..709bfa0 100755 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -120,7 +120,7 @@ font: # Point size - size: 11 + size: 16 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -153,34 +153,64 @@ font: # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true -# Colors (Dracula) +# Colors (Gruvbox dark) colors: # Default colors primary: - background: '0x282a36' - foreground: '0xf8f8f2' + # hard contrast: background = '0x1d2021' + background: '0x282828' + # soft contrast: background = '0x32302f' + foreground: '0xebdbb2' # Normal colors normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbfbfbf' + black: '0x282828' + red: '0xcc241d' + green: '0x98971a' + yellow: '0xd79921' + blue: '0x458588' + magenta: '0xb16286' + cyan: '0x689d6a' + white: '0xa89984' # Bright colors bright: - black: '0x575b70' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xf4f99d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0x9aedfe' - white: '0xe6e6e6' + black: '0x928374' + red: '0xfb4934' + green: '0xb8bb26' + yellow: '0xfabd2f' + blue: '0x83a598' + magenta: '0xd3869b' + cyan: '0x8ec07c' + white: '0xebdbb2' +## Colors (Dracula) +#colors: + ## Default colors + #primary: + #background: '0x282a36' + #foreground: '0xf8f8f2' + + ## Normal colors + #normal: + #black: '0x000000' + #red: '0xff5555' + #green: '0x50fa7b' + #yellow: '0xf1fa8c' + #blue: '0xcaa9fa' + #magenta: '0xff79c6' + #cyan: '0x8be9fd' + #white: '0xbfbfbf' + + ## Bright colors + #bright: + #black: '0x575b70' + #red: '0xff6e67' + #green: '0x5af78e' + #yellow: '0xf4f99d' + #blue: '0xcaa9fa' + #magenta: '0xff92d0' + #cyan: '0x9aedfe' + #white: '0xe6e6e6' ## Colors (Tomorrow Night Bright) #colors: ## Default colors diff --git a/zsh/zshrc b/zsh/zshrc index e7d1a2f..6597325 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -78,4 +78,5 @@ zle -N zle-keymap-select KEYTIMEOUT=1 +eval "$(pmy init)" export PMY_TRIGGER_KEY='^t'