These dotfiles are my Zsh
/ tmux
/ vim
, etc. configurations and backups, mostly targeted for Cygwin on Windows platform.
To install it, you can either invoke curl
or wget
from your command line.
curl -Ls https://raw.githubusercontent.com/wzhishen/dotfiles/master/tools/install.sh | sh
wget -qO- https://raw.githubusercontent.com/wzhishen/dotfiles/master/tools/install.sh | sh
This will clone and symlink all the files and directories to their proper places.
There might be a slight problem after installing oh-my-zsh in Cygwin on Windows.
If you've been getting wierd output upon starting Zsh:
compdef: unknown command or service: git
Check out the solution [here] (ohmyzsh/ohmyzsh#630) proposed by [@twilek] (https://github.com/twilek).
MIT