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