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 {{{ #

View File

@@ -37,6 +37,8 @@ alias cfg="f ~/.config"
alias cs='printf "\033c"'
alias hst="history"
alias nf="neofetch"
alias rur="xrdb ~/.Xresources"
function gvx() { urxvt --help 2>&1 | grep $1 ; }
function cld() { colordiff -y --suppress-common-lines $1 $2 ; }
alias grep='grep --color=auto'
@@ -146,8 +148,6 @@ if [ "$(hostname)" = "NZXT" ]; then
alias spt="speedtest"
alias pg="ping -c 5 google.ca"
alias w7="VBoxManage startvm W7 --type headless"
function gvx() { urxvt --help 2>&1 | grep $1 ; }
alias rur="xrdb ~/.Xresources"
# }}} apps #
# various coding projs {{{ #