Switch to urxvt (close #45), setup pywal (fix #35)

Updated README to include desktop screenshot and urxvt/pywal sources.
This commit is contained in:
2018-03-05 22:45:32 -05:00
parent 7ca9c5f27d
commit 6031d8bf25
10 changed files with 85 additions and 40 deletions

View File

@@ -19,6 +19,7 @@ alias gst="git stash"
alias gstore="git config credential.helper store"
alias gstp="git stash pop"
alias vig="vi .gitignore"
alias vir="vi README.md"
gcm(){ git commit -m "$1" ; }
# Aliases }}}