Files
2025-06-12 03:34:54 -04:00

750 B

Notes to myself

bash <(curl -sL hydev.org/zsh)
curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys

Mamba

mamba-install

Micromamba binary folder? [~/.local/bin]
Init shell (zsh)? [Y/n] n
Configure conda-forge? [Y/n] y

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