3
0
3
0
This PowerShell script installs Windows Terminal from the Microsoft Store.
PS> ./install-windows-terminal.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs the VLC media player.
PS> ./install-vlc.ps1⏳ Installing VLC media player from Winget...✅ VLC media player installed successfully in 25s.Author: Markus Fleschutz | License: CC0
This PowerShell script installs the Vivaldi browser.
PS> ./install-vivaldi.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs Visual Studio Code.
PS> ./install-visual-studio-code.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs Mozilla Thunderbird.
PS> ./install-thunderbird.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs Syncthing on your computer. Syncthing is a continuous file synchronization program. See https://syncthing.net for details.
PS> ./install-syncthing.ps1⏳ Installing Syncthing from WinGet......https://github.com/fleschutz/PowerShell
This PowerShell script installs Spotify from the Microsoft Store.
PS> ./install-spotify.ps1Author: Markus Fleschutz | License: CC0
This PowerShell script installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number.
Version Specifies the version to install
PS> ./install-signal-cli 0.11.12Author: Markus Fleschutz | License: CC0
This PowerShell script downloads and installs the Salesforce CLI on Windows.
PS> ./install-salesforce-cli.ps1(The Salesforce CLI installer will be downloaded and run.)Author: Gavin R. McDavitt