bash -c "$(curl -L raw.githubusercontent.com/Nismit/dotfiles/master/install.sh)"# .zshrc has an alias to execute bootstrap script
bootstrapgit remote url might set https instead of git
git remote set-url origin git@github.com:Nismit/dotfiles.gitTo use this dotfiles on WSL(Windows Subsystem for Linux), recommend to install win32yank for copy & paste on nvim.
Recommend to install the patched nerd fonts for displaying the icons. nerd-fonts
After install the dotfiles, then you might get this message when you opened the terminal.
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?
On the terminal, you need to run these commands.
chmod g-w /usr/local/share/zsh
chmod g-w /usr/local/share/zsh/site-functionsRef:
zsh-users/zsh-completions#680
https://stackoverflow.com/questions/13762280/zsh-compinit-insecure-directories/63447799#63447799