Last active
June 26, 2023 23:10
-
-
Save PxlBuzzard/2be151263b570f86af5e to your computer and use it in GitHub Desktop.
Boxstarter (Personal)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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