Skip to content

Commit

Permalink
GH-7 Update manual installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jul 12, 2017
1 parent 078a191 commit bbcb7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ set -g @plugin 'arcticicestudio/nord-tmux'
and press the default key binding `prefix` + <kbd>I</kbd> to fetch the plugin and source it.

#### Manual
[Download](https://github.com/arcticicestudio/nord-tmux/releases/latest) the latest version of the [`nord.conf`](https://github.com/arcticicestudio/nord-tmux/blob/develop/src/nord.conf) theme file to any directory where `~/.tmux/themes/nord-tmux/nord.conf` is the recommended path.
[Download](https://github.com/arcticicestudio/nord-tmux/releases/latest) the latest version of the [`*.conf` theme files](https://github.com/arcticicestudio/nord-tmux/tree/develop/src) to any directory where `~/.tmux/themes/nord-tmux` is the recommended path.

Source the downloaded theme by adding it to your `~/.tmux.conf`
Add the downloaded theme to your `~/.tmux.conf` by sourcing the main file `nord.conf`:
```sh
source-file "~/.tmux/themes/nord-tmux/nord.conf"
```
Expand Down

0 comments on commit bbcb7dd

Please sign in to comment.