環境のセットアップスクリプト
./setup-iapetus.sh -K
PS > Set-ExecutionPolicy RemoteSigned
PS > .\setup-windows.ps1 setup-khronos.sh -K
./setup-khronos.sh -e win_username=user -K -l khronos
./setup-khronos.sh -e win_username=user -K -l local
mise trust
mise run setup
path: ansible/playbooks/files/fisher-my-setup/
cat ~/.config/fish/fish_plugins
path (for macOS): ansible/playbooks/files/homebrew/Brewfile-mac
path (for WSL): ansible/playbooks/files/homebrew/Brewfile-wsl
brew bundle dump --describe
code --list-extensions | awk '{ print "vscode \""$1"\"" }'
PS > code --list-extensions `
| ForEach-Object -Process { Write-Output "vscode ""$_""" }
PS > scoop export `
| ForEach-Object `
-Begin { Write-Output "---" "scoop_packages:" } `
-Process { $local:g = ""; `
if ($_ -match "\*global\*") { $g = ", global: true"; } `
Write-Output (" - { name: "+($_ -split " ")[0]+$g+" }") `
}
path: ansible/playbooks/files/visual-studio/.vsconfig
PS > & "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe" export -p --channelId VisualStudio.17.Preview --productId Microsoft.VisualStudio.Product.Community --config .vsconfig