adapted README and added .gitignore

This commit is contained in:
2025-07-07 22:18:05 +02:00
parent ac024eda14
commit 0d5d5e4475
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/.idea/

View File

@@ -19,6 +19,10 @@ Install Oh-myzsh
Install plugins 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-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 >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 !!!! 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`