Update README.md

This commit is contained in:
Adam French
2024-10-10 18:56:11 +01:00
committed by GitHub
parent 519f3d8156
commit 1126601e3c

View File

@@ -11,7 +11,7 @@ The direction navigation is the same as vim.
In the root `~/.tmux.conf` In the root `~/.tmux.conf`
add add
``` ```
source {repo_dir}/.tmux.conf source {repo_dir}/tmux.conf
``` ```
# .bashrc ^ .zshrc # .bashrc ^ .zshrc
@@ -19,21 +19,30 @@ 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}/bashrc
export PATH="{repo_dir}/sh:$PATH" export PATH="{repo_dir}/sh:$PATH"
``` ```
``` ```
source {repo_dir}/.zshrc` source {repo_dir}/zshrc`
export PATH="{repo_dir}/sh:$PATH" export PATH="{repo_dir}/sh:$PATH"
``` ```
# .vimrc # .vimrc
This also needs similar treatment This also needs similar treatment
``` ```
source {repo_dir}/.vimrc source {repo_dir}/vimrc
``` ```
# i3config
I also have my own personal i3 bindings, that mimic vim.
Please add to your `~/.i3/config` file:
```
include {repo_dir}/i3config
```
# getfile ^ sharefile # getfile ^ sharefile
These are short bash scripts that help upload files to `https://0x0.st` These are short bash scripts that help upload files to `https://0x0.st`
`sharefile {filename}` Will upload the file to 0x0.st and return the unique identifier `sharefile {filename}` Will upload the file to 0x0.st and return the unique identifier
`getfile {id}` Will retrieve the file from 0x0.st `getfile {id}` Will retrieve the file from 0x0.st