Add notes and applications

This commit is contained in:
Daniel Flanagan 2018-11-03 14:17:39 -05:00
parent 6035b6b697
commit 877858841c
2 changed files with 5 additions and 0 deletions

View File

@ -25,4 +25,6 @@ pacaur -S \
ttf-noto-fonts-simple ttf-noto-fonts-ib noto-fonts-emoji `# Emoji` \
siji-git gohufont artwiz-fonts phallus-fonts-git `# Bitmap Fonts` \
autorandr `# Monitor Helper` \
keybase keybase-gui kbfs `# Keybase Applications` \
discord `# Chat Application` \
--noconfirm --noedit

View File

@ -35,6 +35,9 @@ function c() {
alias cd..="cd .."
alias cdd="cd \"\$DOTFILES_PATH\"" # go to dotfiles
alias cdc="cd \"\$XDG_CONFIG_HOME\"" # go to
alias cdn="cd \"\$NOTES_PATH\""
alias nsync="cd \"\$NOTES_PATH\" && git add -A && git commit -m Updates && git pull && git push && cd -"
function cdp() {
cd "$(dirname "$(fzf)")" || return