My dotfiles are for zsh on Linux and PowerShell on Windows.
First install zsh and set it as default shell
sudo apt install zsh
chsh -s $(which zsh) Now it's time to install dotfiles to your system. Simple run the install script
./install.shTo install it on Windows open a PowerShell and start
.\install.ps1In order to run this script you have to set the ExecutionPolicy as an Administrator like this
Set-ExecutionPolicy RemoteSignedTo create symlinks on Windows you have to activate Developer Mode
After installation from my dotfiles and oh-my-posh, install a Nerd Font with special Icons
oh-my-posh font install CascadiaCodeSet CaskaydiaCove Nerd Font as default font in Terminal and Editor