Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: help with installing and correctly configuring zsh on an amd 64 box running gentoo stable
- X-seq: zsh-users 24929
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Michael Fothergill <michael.fothergill@xxxxxxxxx>
- Subject: Re: help with installing and correctly configuring zsh on an amd 64 box running gentoo stable
- Date: Fri, 12 Jun 2020 18:35:24 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- In-reply-to: <CANc=Sd3RzCy3HiodS4SBk0FOH8GfJbcHyTzjSjTRZTH=09O77A@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CANc=Sd3gXA1h25H2R4bPKTRP2WtpZHeW7pVgKwEX=RP3bQxoSw@mail.gmail.com> <CAN=4vMoRVOoH3wD7mxkAXuFRjORkQ5_F1BH7wr07+=HSF_uO=g@mail.gmail.com> <CANc=Sd1W4ZtzJSGfmfdpgNx6n_9cEjxjnxsQZxxz8AJH+RDNKA@mail.gmail.com> <CAN=4vMpbGCEJhOF6OAPoO=aKEakoVZ=W1QkBcxLb=FaWazoR7A@mail.gmail.com> <CANc=Sd0FLVZ_vb-SaVMcEGuHxTNrr_Kc1gR72hiFL+fsmgmO-g@mail.gmail.com> <CAN=4vMoOrOsW-yk_MwSvmdN0HPhVfCtsFa4ofQneRG=9Kxou=g@mail.gmail.com> <CANc=Sd1JB4r8DpGDMSXsFHomPy551iWn5_baPeqPfWB9KizsHQ@mail.gmail.com> <CANc=Sd3RzCy3HiodS4SBk0FOH8GfJbcHyTzjSjTRZTH=09O77A@mail.gmail.com>
On Fri, Jun 12, 2020 at 6:22 PM Michael Fothergill
<michael.fothergill@xxxxxxxxx> wrote:
> So I used the standard manual install instructions and it ended up in the
> /root directory. When I put that path into the .zshrc and ran exec zsh as
> a user powerlevel 10k began to run.
It seems like you are doing something unusual. Unless you have a
strong reason, I would advise against copying or sourcing anything
from /root. Better yet, don't log in as root, don't execute `sudo su`,
don't change the root's login shell, don't modify or create any files
under /root, etc. I don't know about Gentoo but when you install
Ubuntu you log in straight away as a regular user. Stay as that user.
If Gentoo doesn't create a regular user for you during installation
and logs you in as root, create a regular user with sudo privileges,
switch to that user and never again log in as root.
Now, supposing that you managed to log in as a regular user, you can
proceed with the installation of software following the standard
installation instructions. Sometimes you'll need to run commands via
`sudo`. That's fine. Only add `sudo` when the command wouldn't work
without it.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author