updated readme

This commit is contained in:
Adam French [sc21a2f]
2024-10-08 12:15:56 +01:00
parent 24bb5e1bc2
commit cffb447a6f

View File

@@ -10,8 +10,14 @@ In the root `~/.tmux.conf` you need to add `source {repo_dir}/.tmux.conf`
I prefer my capslock to be esc, so I have included that in the .bashrc file. I prefer my capslock to be esc, so I have included that in the .bashrc file.
These files will also add the repository to the path so that the bash scripts are accessible by the command line. These files will also add the repository to the path so that the bash scripts are accessible by the command line.
Use either file respectively Use either file respectively
`source {repo_dir}/.bashrc` ```
`source {repo_dir}/.zshrc` source {repo_dir}/.bashrc
export PATH="$HOME/scripts/sh:$PATH"
```
```
source {repo_dir}/.zshrc`
export PATH="$HOME/scripts/sh:$PATH"
```
# .vimrc # .vimrc
This also needs similar treatment This also needs similar treatment