Monday, March 2, 2020

ZSH Installation using Cygwin

1. setup-x86_64.exe -q -P lynx,wget,tar,git,vim
   setup-x86.exe -q -P lynx,wget,tar,git,vim
2. lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
   install apt-cyg /bin
3. wget -P /bin/ rawgit.com/transcode-open/apt-cyg/master/apt-cyg
   chmod +x /bin/apt-cyg
4. apt-cyg install zsh
5. git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
   git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
   git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
   https://github.com/agkozak/zhooks
   colorize, lf file manager, fzf

No comments: