Skip to content

ctrl-vee/configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Config

INSTALLS

Install WSL

https://docs.microsoft.com/en-us/windows/wsl/install

CHOCOLATEY

https://chocolatey.org/install

Set-ExecutionPolicy Bypass -Scope Process
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'))

Other Programs

7-Zip

choco install 7zip -y

Google Chrome

choco install googlechrome -y

Mozilla Firefox

choco install firefox -y

VLC media player

choco install vlc -y

Developer Tools

GIT

choco install git -y
$Env:Path += ";C:\Program Files\Git"

OH MY POSH

https://ohmyposh.dev/docs/windows

INSTALL

Install-Module oh-my-posh -Scope CurrentUser

IMPORT

Import-Module oh-my-posh

UPDATE

Update-Module oh-my-posh

INIT

oh-my-posh --init --shell pwsh --config C:\Users\<username>\.oh-my-posh\themes\nordtron.omp.json | Invoke-Expression

Additional Modules

Install-Module -Name posh-git,oh-my-posh,Terminal-Icons -Repository PSGallery
Import-Module -Name posh-git,oh-my-posh,Terminal-Icons

NOTEPAD++

choco install notepadplusplus

SQL Server Management Studio

choco install sql-server-management-studio -y

DOCKER DESKTOP

choco install docker-desktop -y

JETBRAINS

JetBrains Toolbox App

choco install jetbrainstoolbox -y

Visual Studio Code

choco install vscode -y

Extensions

  • Auto Rename Tag
  • Code Runner
  • HTML CSS Support
  • Markdown All in One
  • Powershell - Microsoft
  • Workspace Explorer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published