GithubHelp home page GithubHelp logo

cholushkin / new-pc-install-software Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15 KB

PowerShell script designed to simplify the installation or update of software packages using Chocolatey package manager

PowerShell 100.00%

new-pc-install-software's Introduction

install-packages.ps1 - Help

Description

install-packages.ps1 is a PowerShell script designed to simplify the installation or update of software packages using Chocolatey package manager. It automates the process of checking for installed packages, updating them if necessary, and installing new packages.

Usage

  1. Ensure that you have administrative privileges before running this script.

  2. Prepare a file named packages.txt in the same directory as the script. Each line in this file should contain the name of a package you want to install or update using Chocolatey. Make sure to use the exact package names as they appear on the Chocolatey website.

  3. Run the script install-packages.ps1 in PowerShell.

The script will begin by checking if Chocolatey is installed. If not, it will automatically download and install Chocolatey for you. Next, it will read the list of packages from the "packages" file and check if each package is already installed. If a package is installed, it will be updated to the latest version. If a package is not installed, it will be installed. After the script completes, you will see the status of each package installation/update in the PowerShell output.

Important

  • Review the content of the "packages" file before running the script to ensure it contains the correct package names.

  • Ensure that you trust the sources from which you are installing software packages.

  • If you encounter any issues during the installation/update process, review the error messages displayed in the PowerShell output for troubleshooting.

List of additional software

Below is a list of software that I commonly install on a new Windows PC, each of which lacks support from Chocolatey for various reasons:

  • HWMonitor
  • Total Commander with plugins
  • notepad++ plugins:
    • csv lint
    • json tools
    • luascript
    • markdown panel
    • mime tools
    • npp coverter
    • npp export
  • rider
  • linqpad
  • anki
  • unity
  • bitwig
  • photoshop/illustrator
  • alchemy
  • Paint Tool SAI 2.0
  • unreal engine
  • python packages:

new-pc-install-software's People

Contributors

cholushkin avatar

Watchers

 avatar

new-pc-install-software's Issues

csv file support

Export the list of software packages from a Google Spreadsheet.
Change format from packages.txt to packages.csv.
Additionally, add a field for a brief description of each package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.