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 24921
- From: Michael Fothergill <michael.fothergill@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: help with installing and correctly configuring zsh on an amd 64 box running gentoo stable
- Date: Wed, 10 Jun 2020 12:06:03 +0100
- In-reply-to: <CAN=4vMpbGCEJhOF6OAPoO=aKEakoVZ=W1QkBcxLb=FaWazoR7A@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>
Many thanks for the help and advice.
My .zshrc file now looks like this:
��� mikef more .zshrc
source "/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme"
plugins=(
git
bundler
dotenv
osx
rake
rbenv
ruby
)
ZSH_THEME="robbyrussell"
zstyle ':completion::complete:*' use-cache 1
#!/bin/zsh
#Completion
autoload -U compinit
compinit
# Correction
setopt correctall
#Prompt
autoload -U promptinit
promptinit
prompt gentoo
alias myip="curl http://ipecho.net/plain; echo"
��� mikef
I had originally intended to install powerlevel10k but I found a wiki page
on gentoo
advising on installing powerlevel 9k:
https://wiki.gentoo.org/wiki/Powerlevel9k
i follow the instructions in it and added the
source "/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme"
to the .zshrc file.
When Iog in I get the following error message when I start up a terminal
prompt:
/home/mikef/.zshrc:source:1: no such file or directory:
/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
mikef@bucketlist ~ %
Suggestions on what is wrong here are appreciated.
I noticed that there is a gentoo overlay called fulgurance that might help
me a bit:
https://github.com/Fulgurance/fulgurance-overlay
Has anyone used it on the list here?
Comments appreciated.
Regards
MF
On Tue, 9 Jun 2020 at 11:26, Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
wrote:
> On Tue, Jun 9, 2020 at 12:21 PM Michael Fothergill
> <michael.fothergill@xxxxxxxxx> wrote:
> >
> > A great many thanks for telling me that........
> >
> > I trust it does not matter that I was never prompted with the start up
> script when I installed zsh.......?
>
> What do you mean by the startup script? If you mean
> zsh-newuser-install, it triggers automatically when you start zsh as
> non-root and there is no ~/.zshrc. You can also run it manually from
> zsh with the following command:
>
> autoload -Uz zsh-newuser-install
> zsh-newuser-install -f
>
> > I am going to try to install powerlevel 10K next.
> >
> > Wish me luck.
>
> Good luck :-)
>
>
> Roman.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author