Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Please implement auto-handling of ${HOME}/.zsh/
- X-seq: zsh-users 17728
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Please implement auto-handling of ${HOME}/.zsh/
- Date: Thu, 21 Mar 2013 13:05:47 +0100
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=gNcb+maQXZmB9xmhOJiQVp19l2xMPYRhqTPLNgJJFU4=; b=EIyHBAaLQOhWRn58co+pYzoJEP081gjHEoiKP8QaKo9Apx4RNp5Kzc1ayiBVG3oPRD 0Wfs5Wm3vmdrMpqs/4YZuD7SPYKV/re6/Q/7G2j6o86AbdlyJfxAt7wpOsAb+rWUkxQy a7M+tM8QdaGM9unxX6mjdfj2tksngR7p04SpGPe7KRnlB5XJ/sq1HCiy3HMUV3WnLK3p JQ81vATmGehNBgb4ijgl0mcBsKOSM7fHfiffk+0IqdPo3jH2R26hijIQjgidYAvlaHYa U/Hng5j0FjtF4xmyCQjMFv+r9CkSdBuFF55EfNEe1im3QD2urDjY9Nh+vp6Z0hexlw5q qa1w==
- In-reply-to: <130320224152.ZM22924@torch.brasslantern.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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ED2B935DE024BE43B79F5C1268FCE9EB58E59561@PRN-MBX01-2.TheFacebook.com> <130320224152.ZM22924@torch.brasslantern.com>
On Thu, Mar 21, 2013 at 6:41 AM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> Like TJ, I have a common set of config files stored on the web. (Not
> in Dropbox, in a source repository from which I check out to ~/.zsh,
> but it's the same idea.) One of the files in that repository is a
> script called ".installer" which writes something much like the above
> into ~/.zshenv (with a warning if that would clobber an existing file,
> etc.). I haven't yet needed to, but I've considered having .installer
> also write bash init files that exec zsh if zsh is not in /etc/shells.
This is a tad off topic, but vcsh[1] does exist and deals with this
issue nicely without the need for installer scripts.
Your zsh, and other, configs is then a simple `vcsh clone` away which
is basically a wrapper around git, forcing it to put several working
copies into $HOME along each other.
Richard
[1] https://github.com/RichiH/vcsh
Messages sorted by:
Reverse Date,
Date,
Thread,
Author