setup.ps1 (356B)
1 Set-ExecutionPolicy RemoteSigned -scope CurrentUser 2 3 #TODO Make this work for Administrator accounts 4 Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') 5 6 # Install the absolute essentials 7 scoop install $(gc ~/.config/cmd/packages.txt) 8 9 # Setup clink 10 clink autorun set "clink inject --profile %XDG_CONFIG_HOME%\clink"