Files
zshrc/README.md
T
Hykilpikonna 7c5f6dbea4 [U] Update
2022-03-19 02:27:55 -04:00

1003 B

zshrc

My zshrc

Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/fastinstall.sh)"

Ubuntu fast setup

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)"

Ubuntu Install Docker:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)"

Add SSH Keys

curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys

Powershell

Run this as administrator:

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:

git clone https://github.com/hykilpikonna/zshrc
.\zshrc\pwsh.install.ps1