...
Steps to add the UTSVT-KiCAD Libraries repo to your repository.:
Travel to your PCB directory in Git Bash
Get the clone link of the UTSVT-KiCADLibraries repo
Type this into bash:
Code Block git submodule add [clone link of the UTSVT-KiCADLibraries repo]
Go to the schematic editor of the starter project
Go to Preferences->Manage Symbol Libraries
Go to the “Project Specific Libraries“ page
Press the + button at the bottom left of the screen
In Library path, select the “utsvt-chips.kicad_sym” and change the nickname to usvt-chips
{KIPRJMOD} is a variable that changes depending on the user.
Make sure to use the {KIPRJMOD} variable instead of your /Users/[username] directory
Repeat step 8 for every .kicad_sym file
Press “Ok“
To test if it worked, in the menu to add symbols type the nickname for one of the libraries you added and see if there is a symbol in that section
...