summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLawAbidingCactus <lawabidingcactus@lawabidingcactus.com>2020-01-03 04:10:10 +0000
committerLawAbidingCactus <lawabidingcactus@lawabidingcactus.com>2020-01-03 04:11:18 +0000
commit2f8544af1828fb1916766e0dfe4be33cac169982 (patch)
tree99884850ce9fbdcd7a1290525200a18f6c4e1e10 /README.md
parent67cf7bbe3b308f15d7d400a9389cbfaccdcdb510 (diff)
source-file install opt
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 931a428..83f29d1 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@ Just clone this repo and add `tmux-colorscheme.conf` to your `.tmux.conf`:
```bash
cat tmux-colorscheme.conf >> ~/.tmux.conf
```
+Or move `tmux-colorscheme.conf` to your home directory and source it in `.tmux.conf`:
+```tmux
+source-file ~/tmux-colorscheme.conf
+```
### Tmux Plugin Manager
Add this repo to the list of [TPM](https://github.com/tmux-plugins/tpm) plugins in your `.tmux.conf`:
```tmux