18 lines
515 B
Markdown
18 lines
515 B
Markdown
# Manual steps needed after dotfile copy and/or installs
|
|
|
|
## all systems
|
|
|
|
- shell
|
|
- check user's shell using `echo $SHELL` or otherwise
|
|
- if not the desired shell:
|
|
- `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
|
|
|
|
- aerospace
|
|
- grant aerospace permission in accessibility settings
|
|
- likely need system reboot before aerospace works
|
|
|