Merge branch 'master' of https://github.com/hykilpikonna/zshrc
This commit is contained in:
@@ -17,7 +17,25 @@ Ubuntu Install Docker:
|
|||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
# Powershell
|
## Add SSH Keys
|
||||||
```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'))
|
```sh
|
||||||
|
curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys
|
||||||
|
```
|
||||||
|
|
||||||
|
# Powershell
|
||||||
|
|
||||||
|
Run this as administrator:
|
||||||
|
|
||||||
|
```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://community.chocolatey.org/install.ps1'))
|
||||||
|
choco install gsudo
|
||||||
|
choco install git
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, run the following:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
git clone https://github.com/hykilpikonna/zshrc
|
||||||
|
.\zshrc\pwsh.install.ps1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user