Skip to content

Commit c6def95

Browse files
committed
Indent steps in README.
1 parent 83513bd commit c6def95

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ $ wget https://git.io/vJAz3 -O - | sh
3737
1. Install [Tmux Plugin Manager].
3838
2. Create `~/.tmux.conf` with
3939

40-
```tmux
41-
# rxrc/tmuxrc
42-
43-
if-shell "test -f $HOME/.tmux/plugins/tmuxrc/plugins.conf" "source $HOME/.tmux/plugins/tmuxrc/plugins.conf"
44-
if-shell "test ! -f $HOME/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm rxrc/tmuxrc'"
45-
run-shell '$HOME/.tmux/plugins/tpm/tpm'
46-
if-shell "test -f $HOME/.tmuxline.conf" "source $HOME/.tmuxline.conf"
47-
```
48-
49-
and run this to install
50-
51-
```bash
52-
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
53-
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
54-
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
55-
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
56-
```
40+
```tmux
41+
# rxrc/tmuxrc
42+
43+
if-shell "test -f $HOME/.tmux/plugins/tmuxrc/plugins.conf" "source $HOME/.tmux/plugins/tmuxrc/plugins.conf"
44+
if-shell "test ! -f $HOME/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm rxrc/tmuxrc'"
45+
run-shell '$HOME/.tmux/plugins/tpm/tpm'
46+
if-shell "test -f $HOME/.tmuxline.conf" "source $HOME/.tmuxline.conf"
47+
```
48+
49+
3. Install with
50+
51+
```bash
52+
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
53+
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
54+
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
55+
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
56+
```
5757

5858
## Updating
5959

0 commit comments

Comments
 (0)