readme, and other minor changes

This commit is contained in:
David Chen 2020-01-01 21:01:07 +00:00
parent d7be59eb3e
commit 8abe133462
2 changed files with 5 additions and 15 deletions

View file

@ -57,24 +57,12 @@ Just install `noto-fonts` (not `-all`). It's already bloated. Check `/usr/share/
#### 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
yay -S ttf-linux-libertine ttf-inconsolata ttf-joypixels ttf-twemoji-color noto-fonts-emoji ttf-liberation ttf-droid
```
#### 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
yay -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei adobe-source-han-mono-cn-fonts adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts
```
## gtk-theme

View file

@ -1,6 +1,8 @@
export GOPATH=$HOME/go
export PATH=$PATH:$HOME/.gem/ruby/2.6.0
export PATH=$PATH:$HOME/go/bin
export TERM=xterm-256color
export TERM_ITALICS=true
export RANGER_LOAD_DEFAULT_RC="false"
#export TERM=screen-256color
@ -10,7 +12,7 @@ export RANGER_LOAD_DEFAULT_RC="false"
#alias av='source venv/bin/activate.fish'
alias c='clear'
alias cdiff='colordiff'
alias cs='cowsay'
alias cs='calcurse'
#alias dv='deactivate'
alias gc='git config credential.helper store'
alias ipy='ipython'