Skip to content

Commit 581b422

Browse files
author
Bruno Sutic
committed
Update readme to reflect github organization change
1 parent c5fd618 commit 581b422

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### master
44
- README updates
5+
- update readme to reflect github organization changes
56

67
### v0.0.2, 2014-06-02
78
- bugfix: offline status icon wasn't displaying properly

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ or this<br/>
2727

2828
The icon will of course change as you connect/disconnect from the internet.
2929

30-
### Installation with [Tmux Plugin Manager](https://github.com/bruno-/tpm) (recommended)
30+
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)
3131

3232
Add plugin to the list of TPM plugins in `.tmux.conf`:
3333

34-
set -g @tpm_plugins " \
35-
bruno-/tpm \
36-
bruno-/tmux_online_status \
34+
set -g @tpm_plugins " \
35+
tmux-plugins/tpm \
36+
tmux-plugins/tmux-online-status \
3737
"
3838

3939
Hit `prefix + I` to fetch the plugin and source it.
@@ -44,7 +44,7 @@ Hit `prefix + I` to fetch the plugin and source it.
4444

4545
Clone the repo:
4646

47-
$ git clone https://github.com/bruno-/tmux_online_status ~/clone/path
47+
$ git clone https://github.com/tmux-plugins/tmux-online-status ~/clone/path
4848

4949
Add this line to the bottom of `.tmux.conf`:
5050

@@ -72,13 +72,9 @@ Set `status-interval` to a low number to make this faster, example:
7272

7373
You might also find these useful:
7474

75-
- [pain control](https://github.com/bruno-/tmux_pain_control) - useful
76-
standard bindings for controlling Tmux panes
77-
- [goto session](https://github.com/bruno-/tmux_goto_session) - faster session
78-
switching
79-
- [battery osx](https://github.com/bruno-/tmux_battery_osx) - battery status
75+
- [battery osx](https://github.com/tmux-plugins/tmux-battery-osx) - battery status
8076
for OSX in Tmux `status-right`
81-
- [logging](https://github.com/bruno-/tmux_logging) - easy logging and
77+
- [logging](https://github.com/tmux-plugins/tmux-logging) - easy logging and
8278
screen capturing
8379

8480
### License

0 commit comments

Comments
 (0)