From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21717 invoked from network); 10 Jun 2020 11:07:19 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 10 Jun 2020 11:07:19 -0000 Received: (qmail 3967 invoked by alias); 10 Jun 2020 11:07:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24921 Received: (qmail 5689 invoked by uid 1010); 10 Jun 2020 11:07:04 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f66.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25835. spamassassin: 3.4.4. Clear:RC:0(209.85.166.66):SA:0(-2.0/5.0):. Processed in 1.441372 secs); 10 Jun 2020 11:07:04 -0000 X-Envelope-From: michael.fothergill@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.66 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=SSjPRMARF5p6Li/5kEhmMk+Jql0R+XF09ERft8Uj59M=; b=T8tK9f4c+wzUQRbvS3IbiztzMtGqG2BNzhgEVKwWpp8rXrwg6C6yPGbhB9LrXg1V51 X2PtWWLsyB7VERH0Us37l52GBze4SmYCu9KnlxgULyvPXezH02m/YVyPz/L2B9PUo+cr tEnHnKcny4aiBpRHKc9fSdctHrbAwrx6h6nVGj4uQcRdBPybAWwFDASWhGeCY6G54/oe svKnDhnBUKZpJXYrwJIllL5cNnDXzD+edIDpimUXL5TePr8bRVDE9Cwz8KXuepnUOoNv 1XxOrio3zCDGPZc3xT5zM8fv7r1fknE+BsEEHiyTpZ0B9Xq9YStcEj3UVc2PPmnYo5SK sLhw== X-Gm-Message-State: AOAM530XBqeJYRe4wrEYOLRIYYJoovDMG6iuwqJ3ojGY+Uk8MjbARBmw F9tKGnzNBE9dAbq+druKdBUHVB6QeTpou0axSPXyTaFOM/o= X-Google-Smtp-Source: ABdhPJwr9dFBRDcQXlSkCocU37Nen2POwpKoc95E21N75WuVlOsE5wEvFStAXSl789cZqf77xhvYdxq4ys1FXbPUA6o= X-Received: by 2002:a5e:a705:: with SMTP id b5mr2779226iod.12.1591787188840; Wed, 10 Jun 2020 04:06:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Michael Fothergill Date: Wed, 10 Jun 2020 12:06:03 +0100 Message-ID: Subject: Re: help with installing and correctly configuring zsh on an amd 64 box running gentoo stable To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary="000000000000f2ee0805a7b8d501" --000000000000f2ee0805a7b8d501 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Many thanks for the help and advice. My .zshrc file now looks like this: =EF=BF=BD=EF=BF=BD=EF=BF=BD mikef more .zshrc source "/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme" plugins=3D( git bundler dotenv osx rake rbenv ruby ) ZSH_THEME=3D"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=3D"curl http://ipecho.net/plain; echo" =EF=BF=BD=EF=BF=BD=EF=BF=BD 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 wrote: > On Tue, Jun 9, 2020 at 12:21 PM Michael Fothergill > 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. > --000000000000f2ee0805a7b8d501--