42 lines
818 B
Markdown
42 lines
818 B
Markdown
# Rezz Dotfiles
|
|
|
|
# 🎨 Rezz ZSH Profile
|
|
|
|
```
|
|
coming soon...
|
|
```
|
|
|
|
# 🎨 Rezz PowerShell Profile
|
|
Based off of https://github.com/ChrisTitusTech/powershell-profile with some minor changes.
|
|
|
|
Execute the following command in an elevated PowerShell window to install the PowerShell profile:
|
|
|
|
```
|
|
irm "https://raw.githubusercontent.com/rezzect/rezz-dotfiles/master/pwsh/setup.ps1" | iex
|
|
```
|
|
|
|
# ⌨️ Rezz SSH Authorized Keys
|
|
|
|
🐧Linux
|
|
Personal Setup (If you use it it'll install my ssh keys into your system!!)
|
|
|
|
Arch
|
|
```
|
|
curl Ss https://raw.githubusercontent.com/rezzect/rezz-dotfiles/master/linux-setup/arch-setup.sh | sh
|
|
```
|
|
|
|
Debian
|
|
```
|
|
curl Ss https://raw.githubusercontent.com/rezzect/rezz-dotfiles/master/linux-setup/debian-setup.sh | sh
|
|
```
|
|
|
|
Other Distros
|
|
```
|
|
coming soon...
|
|
```
|
|
|
|
🪟Windows
|
|
```
|
|
coming soon...
|
|
```
|