-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.ps1
More file actions
17 lines (13 loc) · 898 Bytes
/
setup.ps1
File metadata and controls
17 lines (13 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$ErrorActionPreference = 'Stop'
# windows powershellじゃないと動かなさそう
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
winget install --silent Microsoft.PowerToys Microsoft.VisualStudioCode Amazon.NoSQLWorkbench
winget install --silent Buttercup.Buttercup KeeWeb.KeeWeb win32yank
winget install JanDeDobbeleer.OhMyPosh -s winget
winget install --silent XPFCXLSGH2H786 # msstore CorvusSKK
winget install --silent 9N0DX20HK701 # msstore Windows Terminal
# winget install --silent 9N3GRQTX1QPF # Screenpresso # MSStore版はブラウザ上で利用した時に制限があったので使いたくない
winget install Learnpulse.Screenpresso # Screenpresso
wsl --install
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
# iwr -useb https://raw.githubusercontent.com/dsisnero/doms_dotfiles/main/install.ps1 | iex