From 0d5d5e4475999857ea1fb75d3ab4fa1dba98d21b Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 7 Jul 2025 22:18:05 +0200 Subject: [PATCH] adapted README and added .gitignore --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore 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