Parent directory is a default directory where links are put after stow
command.
stow -R */
restow all directoriesstow -n */
doesn't apply actual command, just gives an information what it should dostow -t ~ folder1 folder1
links are created in home location for folder1 and folder2stow -D */
delete all previously created links
It requires additional steps to be performed. In particular:
- Download zsh-autosuggestions by
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- Download zsh-syntax-highlighting by
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting