-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zsh is not set to standard shell #239
Comments
+1 |
+1 Is zsh actually a requirement for dotfiles? Some of my scripts assume it is. |
For these dotfiles, it is a requirement, yep. I think there's an assumption that your shell is already set to zsh externally, as it's not quite as simple as the one $ brew install zsh
$ sudo sh -c 'echo /usr/local/bin/zsh >> /etc/shells' # or just edit the file in Atom or whatever, like I actually do
$ chsh -s $(which zsh) Other OSs might have a different process / file location / etc. All that to say that might be one of the reasons the actual |
A warning or even error at the beginning would be nice then. |
Okay, the boot script actually runs with bash. |
Fix ls --color when no grc installed on OSX
Fixes issue holman#239 of holman/dotfiles.
If
script/bootstrap
is executed, zsh is not set as a standard shell.can do the job here
The text was updated successfully, but these errors were encountered: