diff --git a/qusal/dotfiles/README.md b/qusal/dotfiles/README.md index b227e5e..fc20e75 100644 --- a/qusal/dotfiles/README.md +++ b/qusal/dotfiles/README.md @@ -41,7 +41,9 @@ Or target specific ones by specifying the directory name: ``` Note that some files might depend on other directories, specially `sh` which is a base for `bash` and `zsh` but might also have environment variables for -`net` and `vim`. +`net` and `vim`. It also adds `$HOME/.local/bin` and +`$HOME/.local/bin/$HOSTNAME` to the `$PATH` variable, so if the project has +scripts, install the `sh` directory. Reload your shell: ```sh diff --git a/qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore b/qusal/dotfiles/files/ssh/.ssh/config.d/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore b/qusal/dotfiles/files/ssh/.ssh/known_hosts.d/.gitignore new file mode 100644 index 0000000..e69de29