Last active
July 21, 2020 17:56
-
-
Save veleek/7ca7dde2a8a516153b873d4791d67e3f to your computer and use it in GitHub Desktop.
BoxStarter script for setting up my laptop
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 -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder | |
Enable-RemoteDesktop | |
Disable-GameBarTips | |
Disable-UAC | |
Set-TaskbarOptions -Combine Full | |
# Utilities | |
cinst microsoft-windows-terminal | |
cinst 7zip.install | |
cinst notepadplusplus.install | |
cinst putty.install | |
cinst windirstat | |
cinst paint.net | |
cinst inkscape | |
cinst duplicati | |
cinst f.lux | |
cinst autohotkey | |
cinst 7-taskbar-tweaker | |
# Entertainment | |
cinst spotify | |
cinst steam | |
# Programming | |
cinst fiddler4 | |
cinst git.install | |
#cinst git-credential-manager-for-windows # Included in git? | |
cinst python | |
cinst nodejs | |
cinst visualstudiocode | |
cinst nimbletext | |
cinst Everything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment