diff options
| author | LawAbidingCactus <lawabidingcactus@lawabidingcactus.com> | 2020-01-03 04:10:10 +0000 |
|---|---|---|
| committer | LawAbidingCactus <lawabidingcactus@lawabidingcactus.com> | 2020-01-03 04:11:18 +0000 |
| commit | 2f8544af1828fb1916766e0dfe4be33cac169982 (patch) | |
| tree | 99884850ce9fbdcd7a1290525200a18f6c4e1e10 | |
| parent | 67cf7bbe3b308f15d7d400a9389cbfaccdcdb510 (diff) | |
source-file install opt
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
