Merge pull request #86 from dracula/fix_install

updates install.md
This commit is contained in:
Dane Williams 2020-11-30 16:03:57 -08:00 committed by GitHub
commit cc310e585a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,14 @@
### [tmux](https://github.com/tmux/tmux/wiki)
#### Install using tpm
#### Install using [tpm](https://github.com/tmux-plugins/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'
set -g @plugin 'dracula/tmux'
### Install with [Nix](https://nixos.org)
Add any configuration options below this line in your tmux config.
#### Install with [Nix](https://nixos.org)
If you're using [home-manager](https://github.com/nix-community/home-manager), an example config would look similar to this:
Then run `home-manager switch`, the `Activating theme` section doesn't apply here.