Updated setup for windows
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Install requirements via winget
|
||||
|
||||
|
||||
$packages = @(
|
||||
"gnupg.gpg4win",
|
||||
"microsoft.teams",
|
||||
@@ -30,4 +31,16 @@ foreach ($package in $packages) {
|
||||
|
||||
# Install mini driver for yubikey
|
||||
# Follow dr duhs yubikey guide for setting up gpg agent and trusting certificate
|
||||
# Install server for browserpass
|
||||
# Install server for browserpass
|
||||
|
||||
#add nvm here somewhere and set up node 22
|
||||
|
||||
npm install -g @vue/typescript-plugin@2.2.10 # for nvim
|
||||
|
||||
# Add choco install here
|
||||
choco install make unzip ripgrep # for nvim
|
||||
|
||||
winget install Python.Python.3.13 # nvim
|
||||
winget install JernejSimoncic.Wget # nvim
|
||||
winget install 7zip.7zip # nvim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user