✏️ Many updates/adjustments

This commit is contained in:
z3rOR0ne 2022-09-05 07:29:55 -07:00
parent c3fe182d94
commit f5eb199195
3 changed files with 8 additions and 55 deletions

View file

@ -114,6 +114,8 @@ if [ $numrepos -eq 0 ] ; then
exit 1
fi
# consider using legit prompt here for automated LICENSING
npm init -y
npm install -D nodemon prettier jest

View file

@ -27,58 +27,4 @@ https://www.itechtics.com/windows-10-download-iso/
To understand google-font-installer(gfi): visit: https://github.com/lordgiotto/google-font-installer
Install legit (generic license generator):
doas npm install -g @captainsafia/legit
Install mycli (syntax highlighter/autocompleter for mariadb)
paru mycli
Install pgcli (same for mycli, but for postgres)
paru pgcli (you may need to also install psycopg)
pip install psycopg
To test, you should create a test table(you don't use psql that often, so create a table to test this out):
Install litecli(same as mycli, but for sqlite)
paru litecli
Install updates for npm (checks if dependencies in local directory are up to date)
doas npm i -g updates
Install calcurse (ncurses calendar app)
paru calcurse
cp ~/Documents/notes/calcurse/conf ~/.config/calcurse/
Install wallpaper-cli (alternative to feh for wallpaper fill)
doas npm i -g wallpaper-cli
Install google-font-installer:
doas npm install -g google-font-installer
Install grip (markdown previewer specifically for github)
paru grip (check, should be 4)
Install mdlt (command line calculator)
doas npm i -g mdlt
create a .zip_code file with ZIPCODE=
in .aliases, above inxi-w alias:
source .zip_code
Fix Inkscape
poppler and poppler-glib need to be reverted back to 22.08.0-2
inkscape needs to be reverted to 1.2.1-2
doas pacman -U /var/cache/pacman/pkg/poppler-glib-22.08.0-2-x86_64.pkg.tar.zst /var/cache/pacman/pkg/poppler-22.08.0-2-x86_64.pkg.tar.zst
doas pacman -U /var/cache/pacman/pkg/inkscape-1.2.1-2-x86_64.pkg.tar.zst
set a $PHONE env by putting your number into $HOME/.phone_number for textme script to work

View file

@ -2,6 +2,11 @@
# to change default shell, use chsh -s $(which zsh)
# prevent overwriting of existing files
set -o noclobber
# reverse with:
# set +o noclobber
# create custom env variables:
export cproj="/home/brian/Documents/Code/web_tutorials/advanced_programming_in_the_UNIX_environment_midterm"