diff --git a/README.md b/README.md index 4ab6c46..3d9652d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/zsh/zshrc b/zsh/zshrc index 44a4619..ce42ae3 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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'