My config files. Mostly copied from Jonkans dotfiles
Install Oh my zsh
Add the following to your .zshrc-file:
for file in ~/.dotfiles/.{exports,aliases,functions,private}; do
[ -r $file ] && [ -f $file ] && source $file
done
unset file
Recommended theme: Power10k
Some nice zsh plugins
- https://github.com/zsh-users/zsh-autosuggestions
- https://github.com/zsh-users/zsh-syntax-highlighting
To make your mac work better: Mac tweaks