Make copy_dotfiles POSIX, simplify zsh files, minor nvim changes

This commit is contained in:
2025-11-15 00:09:26 -06:00
parent f1700e1d3d
commit 7ef1d2f391
8 changed files with 63 additions and 61 deletions

View File

@@ -5,8 +5,8 @@
- shell
- check user's shell using `echo $SHELL` or otherwise
- if not the desired shell:
- `chsh -l` to see options; if target shell isn't listed, then add it
to `/etc/shells`
- `cat /etc/shells` (or `chsh -l` if supported) to see options
- if target shell isn't listed, add it to `/etc/shells`
- then change the shell with `chsh -s <path to target shell>`
## macOS