소스 검색

source-file install opt

LawAbidingCactus 5 년 전
부모
커밋
2f8544af18
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
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