Setup urxvt, pywal, Zsh and Neovim on laptop

This commit is contained in:
2018-03-06 04:46:23 -05:00
parent 8279772ca8
commit a6fd6634b1
4 changed files with 32 additions and 11 deletions

View File

@@ -18,6 +18,9 @@ if [ "$(whoami)" == "kevin" ]; then
alias pipes="pipes.sh -t 2"
alias bgs="nemo ~/Pictures/Backgrounds"
gvx() { urxvt --help 2>&1 | grep $1 ; }
alias rur="xrdb ~/.Xresources"
# }}} i3 #
# coding projs {{{ #
@@ -74,8 +77,6 @@ if [ "$(hostname)" == "NZXT" ]; then
alias spt="speedtest"
alias pg="ping -c 5 google.ca"
alias w7="VBoxManage startvm W7 --type headless"
gvx() { urxvt --help 2>&1 | grep $1 ; }
alias rur="xrdb ~/.Xresources"
# }}} apps #
# various coding projs {{{ #