Skip to content

musosoft/awesome-muso

Repository files navigation

Awesome muso

Curated list of tools I'm using, installed step by step right after installation of Windows 11 OS from Windows Terminal (run as Administrator).

irm gg.gg/awesomemuso

Unrestrict execution of scripts in PowerShell

Set-ExecutionPolicy unrestricted

ChrisTitusTech wintool - disable mouse acceleration, enable numlock, import json to install apps

irm christitus.com/win | iex

Sophia script - run if official MS setup iso was used to remove preinstalled bloatware

irm script.sophi.app | iex

Chocolatey package manager

irm community.chocolatey.org/install.ps1 | iex
choco feature enable -n allowGlobalConfirmation
choco feature enable -n allowEmptyChecksums

Install software not in CTT wintool

choco install bind-toolsonly whois firacode nerd-fonts-firacode adb

Tweak software

cd ~\Documents\PowerShell\
git clone https://github.com/musosoft/awesome-muso.git
cp ~\Documents\PowerShell\awesome-muso\public\copyq-commands.ini $env:APPDATA\copyq
cp ~\Documents\PowerShell\awesome-muso\public\powerlevel10k_monokai.omp.json ~\Documents\PowerShell
cp ~\Documents\PowerShell\awesome-muso\public\settings.json ~\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
cp ~\Documents\PowerShell\awesome-muso\public\Microsoft.PowerShell_profile.ps1 ~\Documents\PowerShell
Unblock-File ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
cp -Recurse "G:\My Drive\private\.ssh" ~
cp "G:\My Drive\private\.gitconfig" ~
cp "G:\My Drive\private\sftp\" ~\Documents
."G:\My Drive\private\remotes.ps1"
."G:\My Drive\private\api.ps1"

(Optional) Edit and backup PowerShell command history

code (Get-PSReadlineOption).HistorySavePath

About

Tool set used by myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published