From 5fc0d84aa9dec5add2935065624dab9390e7f564 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 7 Apr 2020 10:39:56 -0700 Subject: [PATCH] prepping for transfer to official organization --- INSTALL.md | 14 ++++++++++++++ screenshot.jpg => screenshot.png | Bin 2 files changed, 14 insertions(+) create mode 100644 INSTALL.md rename screenshot.jpg => screenshot.png (100%) diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..36d2b43 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,14 @@ +### [tmux](https://github.com/tmux/tmux/wiki) + +#### Install using tpm + +If you are a tpm user, you can install the theme and keep up to date by adding the following to your .tmux.conf file: + + `set -g @plugin 'dracula/tmux` + +#### Activating theme + +1. Make sure `run -b '~/.tmux/plugins/tpm/tpm'` is at the bottom of your .tmux.conf +2. Run tmux +3. Use the tpm install command: `prefix + I` (default prefix is ctrl+b) + diff --git a/screenshot.jpg b/screenshot.png similarity index 100% rename from screenshot.jpg rename to screenshot.png