# Dotfiles ## Installation Run the `install.sh` script to install neovim, zsh (via oh-my-zsh) and all of the omz plugins. ## nvim -- TODO -- - Install nerdfont ## zsh Machine specific settings can be added in `./zsh/hosts/` and will be sourced for via the environment variable `$MACHINE_TYPE`, export `$MACHINE_TYPE` via `/etc/zprofile` (or another local only file, e.g. ``~/.zprofile`. ```bash > sudo echo "MACHINE_TYPE=" >> /etc/zprofile ```