Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
- X-seq: zsh-workers 48239
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, gi1242+zsh@xxxxxxxxx, Paul <GammaFunction@xxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Rewrite of zsh-newuser-install
- Date: Wed, 24 Mar 2021 22:38:29 +0200
- Archived-at: <https://zsh.org/workers/48239>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/CAHLkEDt%3D%2BGQy5pADr5BHPCQH0Ro_%3DgP1-vb39iQfqsv8mJa9MQ%40mail.gmail.com>
- In-reply-to: <CAH+w=7YN7T_QA8vMY_UUZHg3aoaWqiJB-x=-YCrPspyVonf7ug@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <B865F477-D72B-426F-9691-268C2E65EC85@dana.is> <EAEB39F8-6DEF-4BC0-A7E4-A59B16DBDF2F@gmail.com> <D2248BF1-5045-4F68-89F0-F92C903EF73D@dana.is> <20210225080519.GA22300@tarpaulin.shahaf.local2> <CAHLkEDtR6LCZy_2Ks-KATn9T3xyMmNh=ifxiHF4+KhO5uT-Cxw@mail.gmail.com> <20210227132121.GA9308@tarpaulin.shahaf.local2> <CAHLkEDt+=qEL-jMqYxKBXBZuPEi_=dm-Ms-6oZY=b-RyjXJ2rw@mail.gmail.com> <20210324134539.GF12170@andrew.cmu.edu> <CAH+w=7YN7T_QA8vMY_UUZHg3aoaWqiJB-x=-YCrPspyVonf7ug@mail.gmail.com>
On Wed, Mar 24, 2021 at 7:45 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > 2. HISTFILE location: XDG conventions suggest putting things in
> > .cache/zsh
>
> Discussed this too, and rejected dependence on XDG, I believe.
"Rejected" is a bit of an overstatement. I instead made it a choice in
the `zsh-newuser-install` wizard:
https://gitlab.com/marlonrichert/zsh-sensible/-/blob/master/zsh-newuser-install
To safely try out the new wizard, do this:
% cd $(mktemp -d)
% git clone --depth 1 -- https://gitlab.com/marlonrichert/zsh-sensible.git
% unset _comp_dumpfile ZDOTDIR XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME
% FPATH=$PWD/zsh-sensible:$FPATH HOME=$PWD PS1='%# ' exec zsh
Then the wizard will start automatically, but without affecting your
current dotfiles.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author