10 lines
250 B
PowerShell
10 lines
250 B
PowerShell
|
|
# Install Scoop.
|
|
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|
irm get.scoop.sh | iex
|
|
|
|
# FIXME: install scoop packages from scoop config
|
|
# FIXME: install winget packages
|
|
|
|
# FIXME: create a symlink for each thing in nixos/configs/dotfiles.nix
|
|
|