diff --git a/arch/X11/.Xresources b/arch/X11/.Xresources index 191ba87..62f0bf9 100644 --- a/arch/X11/.Xresources +++ b/arch/X11/.Xresources @@ -1,7 +1,5 @@ *.termName: xterm-256color -*faceName: Fantasque Sans Mono:size=8 -! XTerm*eightBitInput: false -! XTerm*eightBitOutput: true +*faceName: FantasqueSansMono Nerd Font:size=14 *metaSendsEscape: true *VT100.Translations: #override \n\ @@ -20,7 +18,7 @@ Xft.antialias: true Xft.hinting: true Xft.rgba: rgb Xft.hintstyle: hintfull -Xft.dpi: 220 +Xft.dpi: 192 ! }}} ! Cursor {{{ diff --git a/arch/git/.gitconfig b/arch/git/.gitconfig index 35fb064..da62c87 100644 --- a/arch/git/.gitconfig +++ b/arch/git/.gitconfig @@ -2,8 +2,8 @@ name = Adam Cooper email = adam@theadamcooper.com -# [core] -# pager = delta +[core] + pager = delta [interactive] diffFilter = delta --color-only diff --git a/arch/xmonad/autostart.sh b/arch/xmonad/autostart.sh index f31e5c9..b37cbcb 100755 --- a/arch/xmonad/autostart.sh +++ b/arch/xmonad/autostart.sh @@ -6,7 +6,7 @@ sleep 16 # /usr/sbin/qutebrowser --restore home & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/qutebrowser & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/firefox-developer-edition & sleep 5 && sh -c "wmctrl -r firefox -t 2" -/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light & sleep 5 && sh -c "wmctrl -r btm -t 1" +/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light --dot_marker & sleep 5 && sh -c "wmctrl -r btm -t 1" # /usr/sbin/xterm -e newsboat & sleep 5 && sh -c "wmctrl -r newsboat -t 4" # /usr/sbin/xterm -e joplin & sleep 5 && sh -c "wmctrl -r joplin -t 5" /usr/sbin/cbatticon & diff --git a/arch/zsh/.zshrc b/arch/zsh/.zshrc index 4acb73d..3333315 100644 --- a/arch/zsh/.zshrc +++ b/arch/zsh/.zshrc @@ -114,13 +114,18 @@ cursor_mode eval "$(zoxide init zsh)" # navi # -# eval "$(navi widget zsh)" +eval "$(navi widget zsh)" # tmuxp completion eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)" source /home/adam/.cargo/env -# source /usr/share/nvm/init-nvm.sh + +# nvm +[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm" +source /usr/share/nvm/nvm.sh +source /usr/share/nvm/bash_completion +source /usr/share/nvm/install-nvm-exec # rbenv # eval "$(rbenv init -)"