Update README.md

This commit is contained in:
2025-06-12 03:32:42 -04:00
committed by GitHub
parent f7f28b670c
commit 4dc11105b4
+1 -42
View File
@@ -1,44 +1,3 @@
# zshrc # zshrc
My zshrc My self-updating dotfiles. Only for personal use, open-sourcing for reference. You can take any part of this repo as your own.
## Installation
```sh
bash <(curl -sL hydev.org/zsh)
```
## Ubuntu fast setup
```sh
bash <(curl -sL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)
```
Ubuntu Install Docker:
```sh
bash <(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)
```
## Add SSH Keys
```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
```