Files
dotfiles/README.md
2025-03-27 14:49:33 +01:00

21 lines
460 B
Markdown

# 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=<name>" >> /etc/zprofile
```