Dotfiles:
- .zshrc: Ohmyzsh
- .config/alacritty: Alacritty config
- .config/kitty: Kitty config
- .config/nvim: NeoVim config
- .tmux.conf: Tmux config
Ohmyzsh plugin zsh-autosuggestions and powerlevel10k/powerlevel10k need to install manauly.
zsh-autosuggestions: git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
powerlevel10k/powerlevel10k: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
