File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ $ wget https://git.io/vJAz3 -O - | sh
37
37
1 . Install [ Tmux Plugin Manager] .
38
38
2 . Create ` ~/.tmux.conf ` with
39
39
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
+ ```
57
57
58
58
## Updating
59
59
You can’t perform that action at this time.
0 commit comments