diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ diff --git a/README.md b/README.md index 7fdea44..4c0f6b7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Install Oh-myzsh Install plugins >git clone --depth 1 https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-autosuggestions + >git clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}"/plugins/zsh-syntax-highlighting !!!! Take care of removing the existing .files first, to enable stow to create the symlinks + +After a change or moving a new file in this repo, run `stow .` from a terminal in this repo. +If `stow` alerts you of conflicts, move / rename the files existing localy and re-run `stow` \ No newline at end of file