PowerShell
- scoop -> to install stuff
- PSget -> to install stuff
- concfg -> to configure stuff
- chocolatey -> package manager
- PowerShellGallery-> to install stuff
Setting up:
- Open administator powershell
Set-ExecutionPolicy RemoteSignediwr https://chocolatey.org/install.ps1 -UseBasicParsing | iexchoco install ConEmuchoco install gitchoco install poshgitInstall-Module -Name ZLocationchoco install visualstudiocodechoco install python3choco install python2choco install mingwchoco install cmakechoco install doxygenchoco install miktexchoco install texstudiochoco install googlechromechoco install firefoxchoco install dropboxchoco install sumatrapdfchoco install slack
some less useful stuff:
choco install gimpchoco install inkscapechoco install wiresharkchoco install audacity
Via PSget:
- PSColor : adds coloring
- posh-git -> to have git in powershell
- out-diff : for reading diff files from git
jump-location : for navigating about the file directory
Via Scoop:
- vim
- git
- concfg : configuration
- openssh
Chocolatey
PowerShell Gallery
Remote access stuff
ssh
use putty, which has a command “plink”:
plink <username>@<server>
ftp
putty also has pscp:
pscp <list of local files> <username>@<server>:<subdirectory tree>