Make copy_dotfiles POSIX, simplify zsh files, minor nvim changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user