📝 Updated lists, added xournalpp, aliased paclog

This commit is contained in:
z3rOR0ne 2023-02-17 21:40:41 -08:00
parent a686c33d17
commit 8d52525889
4 changed files with 6 additions and 4 deletions

View file

@ -98,6 +98,7 @@ alias view="devour sxiv"
alias viewer="feh -F -Z -x" alias viewer="feh -F -Z -x"
alias mupdf='devour mupdf -r 204' alias mupdf='devour mupdf -r 204'
alias dkpdf='devour mupdf -I -r 204' alias dkpdf='devour mupdf -I -r 204'
alias sign='devour xournalpp'
alias keys="devour keepassxc $KDBX" alias keys="devour keepassxc $KDBX"
alias {json,jscrl,jsoncurl,jcrl}="jscurl" alias {json,jscrl,jsoncurl,jcrl}="jscurl"
alias amd="article_md" alias amd="article_md"
@ -218,6 +219,7 @@ alias hwclock="doas hwclock"
alias kill9="killall -9" # kills process by name, e.g. kill9 cmus alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
alias npm_upgrade="doas npm install --location=global npm@latest" alias npm_upgrade="doas npm install --location=global npm@latest"
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1" alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
alias paclogs="bat /var/log/pacman.log"
alias npm_list="find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g'" alias npm_list="find /usr/lib/node_modules -maxdepth 1 | sed -r 's/^\/usr\/lib\/node_modules\///g'"
# useful alias for recursively testing .test.js files on save # useful alias for recursively testing .test.js files on save
alias jester="jest --watchAll" alias jester="jest --watchAll"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -207,8 +207,8 @@ Install openoffice-bin and xidel (minimal office suite and web scraper)
paru openoffice (choose bin) paru openoffice (choose bin)
paru xidel(1st option) paru xidel(1st option)
Install foliate (epub book reader) Install foliate (epub book reader) and xournalpp (pdf signer)
doas pacman -S foliate doas pacman -S foliate xounralapp
Install autoprefixer for css files: Install autoprefixer for css files:
npm install -g postcss postcss-cli autoprefixer npm install -g postcss postcss-cli autoprefixer