neverchanje / notes

1 stars 0 forks source link

building on no-root user #13

Closed neverchanje closed 5 years ago

neverchanje commented 5 years ago

install oh-my-zsh

wget --no-check-certificate https://jaist.dl.sourceforge.net/project/zsh/zsh/5.6.2/zsh-5.6.2.tar.xz
tar -xvf zsh-5.6.2.tar.xz
cd zsh-5.6.2
./configure --prefix=$HOME/help
make install -j8

wget --no-check-certificate https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
bash ./install.sh

install git

make prefix=$HOME/help PROFILE=BUILD install