Last active
July 3, 2022 04:34
-
-
Save mura303/21b885bd000b002199c6991dc1a402ed to your computer and use it in GitHub Desktop.
boxstarter script https://qiita.com/mihochannel/items/b7d2bfd8ecc5abaf84a5
This file contains hidden or 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
| # USAGE: | |
| # Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| # cinst -y boxstarter | |
| # BOXSTARTERSHELL | |
| # Install-BoxstarterPackage -PackageName https://raw url of this file | |
| #---- TEMPORARY --- | |
| Disable-UAC | |
| #--- Fonts --- | |
| choco install inconsolata | |
| choco install myrica | |
| choco install source-han-code-jp | |
| choco install cica | |
| #--- Windows Settings --- | |
| Disable-GameBarTips | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
| # choco install visualstudio2019community | |
| # choco install webstorm | |
| # choco install jetbrains-rider | |
| # choco install rubymine | |
| # choco install pycharm | |
| # choco install clion-ide | |
| choco install anki | |
| choco install onenote | |
| choco install adobereader | |
| choco install discord | |
| choco install ffmpeg | |
| choco install audacity | |
| choco install git.install | |
| choco install sysinternals | |
| choco install 7zip | |
| choco install bzeditor | |
| choco install wireshark | |
| choco install winpcap | |
| choco install stickies | |
| #--- Apps --- | |
| choco install googlechrome | |
| choco install googlejapaneseinput | |
| choco install firefox | |
| choco install visualstudiocode | |
| choco install kindle | |
| choco install steam-client | |
| choco install unity-hub | |
| choco install notepadplusplus.install | |
| choco install windirstat | |
| choco install vlc | |
| choco install everything | |
| choco install handbrake.install | |
| choco install paint.net | |
| choco install nodejs-lts | |
| choco install obs-studio | |
| choco install python | |
| choco install ruby | |
| choco install zoom | |
| #--- need to command option --- | |
| choco install evernote -y --ignore-checksums | |
| #--- Restore Temporary Settings --- | |
| Enable-UAC | |
| Enable-MicrosoftUpdate | |
| Install-WindowsUpdate -acceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment