dotfiles for Linux (CachyOS + Zsh) and Windows (Pure PowerShell 7 + Strong Linux vibes)
- Donwload repo onto
$home/.dotfiles
(remove.git
folder) - Read
install
script carefully and adapt it to your needs
Then just run it:
chsh -s /usr/bin/zsh # Sets ZSH as your default shell (might need a logout to be applied)
./linux/install.sh -u -i -l
Set-ExecutionPolicy Bypass -Scope Process # Allows unsigned scripts on current terminal
./windows/install.ps1