Skip to content

Instantly share code, notes, and snippets.

@PxlBuzzard
Last active June 26, 2023 23:10
Show Gist options
  • Save PxlBuzzard/2be151263b570f86af5e to your computer and use it in GitHub Desktop.
Save PxlBuzzard/2be151263b570f86af5e to your computer and use it in GitHub Desktop.
Boxstarter (Personal)
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
powercfg -h off
setx /M path "%path%;%USERPROFILE%\Documents\cmd\bin"
cinst git -y
cinst fnm -y
cinst python3 -y
cinst 7zip -y
cinst spotify -y
cinst firefox -y
cinst brave -y
cinst steam -y
cinst telegram.install -y
cinst microsoft-windows-terminal -y
cinst obsidian -y
cinst putty -y
cinst curl -y
cinst unetbootin -y
cinst sharex -y
cinst wiztree -y
cinst discord.install -y
cinst vlc -y
cinst handbrake -y
cinst todoist-desktop -y
cinst github-desktop -y
cinst visualstudiocode -y
cinst RobotoFonts -y
cinst EnvyCodeR -y
cinst hackfont -y
cinst firacode -y
cinst cascadiacode -y
cinst cascadiacodepl -y
curl https://gist.githubusercontent.com/PxlBuzzard/c56fa1bdd4770ce1f2b1/raw/.npmrc > %UserProfile%\.npmrc
curl https://gist.githubusercontent.com/PxlBuzzard/c56fa1bdd4770ce1f2b1/raw/.gitconfig > %UserProfile%\.gitconfig
curl http://res.cloudinary.com/danieljost/image/upload/v1427261692/Blank_oxbg3v.ico > %SystemRoot%\Blank.ico
curl https://gist.githubusercontent.com/PxlBuzzard/2be151263b570f86af5e/raw/no_shortcut_arrow.reg > %Temp%\no_shortcut_arrow.reg
reg import %Temp%\no_shortcut_arrow.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
"29"="%SystemRoot%\\Blank.ico,0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment