[+] Fast install script

This commit is contained in:
Azalea @ T450 Windows
2022-01-12 19:30:37 +08:00
parent e6d7b4f38d
commit 5f483d76ae
3 changed files with 53 additions and 7 deletions
+5
View File
@@ -10,3 +10,8 @@ My zshrc
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)"
```
# Powershell
```powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/pwsh.install.ps1'))
```