Azalea (on HyDEV-Daisy) 77e2801ce8 [F] Fix sudoedit
2022-09-13 16:54:43 -04:00
2021-12-21 16:56:36 -05:00
2022-08-15 13:17:44 -04:00
2022-08-15 13:16:53 -04:00
2022-09-13 16:54:43 -04:00
2021-12-07 19:04:09 -05:00
2022-08-15 13:16:53 -04:00
2021-11-12 16:28:10 -05:00
2022-04-12 23:31:49 -04:00
2022-03-19 02:38:39 -04:00
2022-08-31 17:58:46 -04:00
2021-06-20 02:53:39 -04:00
2022-01-19 09:12:51 +08:00

zshrc

My zshrc

Installation

bash <(curl -sL hydev.org/zsh)

Ubuntu fast setup

bash <(curl -sL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)

Ubuntu Install Docker:

bash <(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
S
Description
My automatically synching dotfiles
Readme 63 MiB
Languages
Shell 59%
PowerShell 20.5%
Python 19.9%
Lua 0.6%