commit ae457f041f8d074559d0af58a24afc5546ff2f9a Author: wholteza Date: Mon Oct 21 15:16:52 2024 +0200 Initial commit diff --git a/requirements.ps1 b/requirements.ps1 new file mode 100644 index 0000000..03a3166 --- /dev/null +++ b/requirements.ps1 @@ -0,0 +1,17 @@ +# Install requirements via winget + +winget install gnupg.gpg4win +winget install microsoft.teams +winget install putty.putty +winget install microsoft.windowsterminal +winget install git.git +winget install mozilla.firefox +winget install Microsoft.VisualStudio.2022.Community +winget install jandedobbeleer.ohmyposh +winget install IJHack.QtPass +winget install Microsoft.powertoys +winget install google.chrome + +# Install mini driver for yubikey +# Follow dr duhs yubikey guide for setting up gpg agent and trusting certificate +# Install server for browserpass \ No newline at end of file diff --git a/wallpaper.png b/wallpaper.png new file mode 100644 index 0000000..4f0e7ff Binary files /dev/null and b/wallpaper.png differ