Last active
November 18, 2025 20:09
-
-
Save syuu1228/7fbc48fb287bb8b4fdad89b98dbe1804 to your computer and use it in GitHub Desktop.
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
| Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
| iwr -useb get.scoop.sh | iex | |
| scoop install git | |
| scoop bucket add dorado https://github.com/chawyehsu/dorado | |
| scoop install powershell | |
| scoop install uutils-coreutils | |
| scoop install ripgrep | |
| scoop bucket add extras | |
| scoop install psfzf | |
| scoop install fzf | |
| scoop install vim | |
| scoop install starship | |
| scoop install zoxide | |
| scoop install chezmoi | |
| scoop install vcredist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment