Dan Ritter wrote: > Ihor Antonov wrote: > > Hi Debian Community, > > > > I was looking for a better way to install oh-my-zsh. > > > > The website advocates for > > sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/ > > install.sh)" > > > > I did not find existing Debian packages, so maybe someone knows a a way to > > install it without piping internet into sh. > > If I wanted that, I would: > > cd src (or anywhere else you want to keep the source) > git clone https://github.com/ohmyzsh/ohmyzsh.git > and then modify tools/install.sh to run 'cp' instead of 'git' > commands for the rest of it, since you'll have all the files > in place.
Or do what Darac suggested. Yes, definitely that. -dsr-