Skip to content
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

Linux Mint 17.1 64 bit auto installer failure #3714

Closed
alex93ushakov opened this issue Mar 23, 2015 · 3 comments
Closed

Linux Mint 17.1 64 bit auto installer failure #3714

alex93ushakov opened this issue Mar 23, 2015 · 3 comments
Labels
Area: installer Issue or PR related to the installer

Comments

@alex93ushakov
Copy link

For ending installation, chsh -s /bin/zsh command without admiin rights (it is not noted in manual) must be executed.

And, how to install correctly omz for all users, including admin? How to change color of default theme, when current user is root?

@apjanke
Copy link
Contributor

apjanke commented Mar 24, 2015

I would recommend not installing OMZ for root, period. Root should have a minimal, security-conscious configuration. OMZ is both featureful and fast-and-loose, and probably not appropriate for use as root.

That said, can you tell us what behavior you're seeing during the installation? Are you getting error messages or other unexpected output? What is going wrong that makes you think chsh without admin rights is necessary?

In OMZ, generally, you don't change the color of a theme. If you want different colors, you either switch themes (which will use different colors) or change the color configuration of your terminal emulator, which will change the actual colors that your nominal terminal color palette will display as.

@alex93ushakov
Copy link
Author

selection_001

@apjanke
Copy link
Contributor

apjanke commented Mar 25, 2015

That looks like #3516. Have a look at that bug. As a workaround, use this variant command to install oh-my-zsh, instead of the curl ... | sh command.

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

@mcornella mcornella added the Area: installer Issue or PR related to the installer label May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: installer Issue or PR related to the installer
Projects
None yet
Development

No branches or pull requests

3 participants