Skip to content

A repo to hold a couple of things to help me set up a new machine

Notifications You must be signed in to change notification settings

semioniy/pc-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Install Chocolatey

https://chocolatey.org/install

Admin PS:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

Install packages I need on any system

choco install powertoys rambox bitwarden em-client syncthingtray microsoft-windows-terminal googlechrome ublockorigin-chrome bitwarden-chrome 7zip javaruntime obsidian dropbox -y

Only on systems I plan to code on

choco install git sourcetree wsl2 docker fluent-terminal nodejs.install intellijidea-community vscode anaconda3 -y

Set up

Regular PS:

notepad $profile - copy and save:

Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1

Set up python and anaconda

About

A repo to hold a couple of things to help me set up a new machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published