File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,38 +21,38 @@ You must be in a tmux session to install.
21
21
22
22
You can install this via the command-line with either curl
23
23
24
- ```` bash
24
+ ``` bash
25
25
curl -L https://io.evansosenko.com/tmuxrc/install.sh | sh
26
- ````
26
+ ```
27
27
28
28
or wget
29
29
30
- ```` bash
30
+ ``` bash
31
31
wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
32
- ````
32
+ ```
33
33
34
34
### Manual Install
35
35
36
36
1 . Install [ Tmux Plugin Manager] .
37
37
2 . Create ` ~/.tmux.conf ` with
38
38
39
- ```` tmux
39
+ ``` tmux
40
40
# razor-x/tmuxrc
41
41
42
42
if-shell " test -f ~/.tmux/plugins/tmuxrc/plugins.conf" " source ~/.tmux/plugins/tmuxrc/plugins.conf"
43
43
if-shell " test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" " set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
44
44
run-shell ' ~/.tmux/plugins/tpm/tpm'
45
45
if-shell " test -f ~/.tmuxline.conf" " source ~/.tmuxline.conf"
46
- ````
46
+ ```
47
47
48
48
and run this to install
49
49
50
- ```` bash
50
+ ``` bash
51
51
~ /.tmux/plugins/tpm/scripts/install_plugins.sh
52
52
~ /.tmux/plugins/tpm/scripts/update_plugin.sh
53
53
~ /.tmux/plugins/tpm/scripts/install_plugins.sh
54
54
~ /.tmux/plugins/tpm/scripts/update_plugin.sh
55
- ````
55
+ ```
56
56
57
57
## Updating
58
58
@@ -79,9 +79,9 @@ You can customize this configuration or manage your own in the same way.
79
79
80
80
Here is an example of a command you can use to make replacements:
81
81
82
- ```` bash
82
+ ``` bash
83
83
git ls-files -z | xargs -0 sed -i ' s/razor-x\/tmuxrc/username\/tmuxrc/g'
84
- ````
84
+ ```
85
85
86
86
## Contributing
87
87
You can’t perform that action at this time.
0 commit comments