diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-31 16:55:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-31 16:55:10 +0200 |
| commit | 895c0b0c2fa6ed4c4d2a19a8fe3cf465d4a2203b (patch) | |
| tree | e917d59cb31db274eac0539237bdef6ea52b57d9 | |
| parent | b294a8493f9441715335c1f0d3635466afc56799 (diff) | |
Update the tmux plugins docs
This is used to avoid installing unneeded dependencies via homebrew
| -rw-r--r-- | Brewfile | 1 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,6 @@ brew "cowsay" brew "htop" brew "openssl" brew "tmux" -brew "ansifilter" brew "youtube-dl" brew "tree" brew "awscli" @@ -109,6 +109,7 @@ git-crypt unlock - Setup tmux plugins ```bash git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +brew install ansifilter ``` |
