Compare commits
2 commits
b699a7e01c
...
420656d265
Author | SHA1 | Date | |
---|---|---|---|
|
420656d265 | ||
|
b6fb16f318 |
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.
|
|||
Clone TPM:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
```
|
||||
|
||||
Put this at the bottom of `~/.tmux.conf` (`$XDG_CONFIG_HOME/tmux/tmux.conf`
|
||||
|
@ -40,7 +40,7 @@ Reload TMUX environment so TPM is sourced:
|
|||
|
||||
```bash
|
||||
# type this in terminal if tmux is already running
|
||||
$ tmux source ~/.tmux.conf
|
||||
tmux source ~/.tmux.conf
|
||||
```
|
||||
|
||||
That's it!
|
||||
|
@ -93,7 +93,7 @@ Run tests with:
|
|||
|
||||
```bash
|
||||
# within project directory
|
||||
$ ./run_tests
|
||||
./run_tests
|
||||
```
|
||||
|
||||
### License
|
||||
|
|
Loading…
Reference in a new issue