A new, Zen (minimal) Zsh setup
- rust
- fzf
- bd (a powerul change-dir)
- spaceship for prompts
- zsh auto completions
- zsh auto suggestions
- zsh syntax highlighting
Save copies of the following files for backup if you have them:
- aliases
- functions
- .zshrc
Create their symlinks:
ln -sfv dotfiles/aliases aliasesln -sfv dotfiles/functions functionsln -sfv dotfiles/.zshrc .zshrc
and you should get all the features and functionality sourced from this dotfiles repo.