@@ -37,10 +37,10 @@ $ wget https://git.io/jggg -O - | sh
37
37
2 . Create ` ~/.tmux.conf ` with
38
38
39
39
``` tmux
40
- # razor-x /tmuxrc
40
+ # rxrc /tmuxrc
41
41
42
42
if-shell " test -f ~/.tmux/plugins/tmuxrc/plugins.conf" " source ~/.tmux/plugins/tmuxrc/plugins.conf"
43
- if-shell " test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" " set -g @tpm_plugins 'tmux-plugins/tpm razor-x /tmuxrc'"
43
+ if-shell " test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" " set -g @tpm_plugins 'tmux-plugins/tpm rxrc /tmuxrc'"
44
44
run-shell ' ~/.tmux/plugins/tpm/tpm'
45
45
if-shell " test -f ~/.tmuxline.conf" " source ~/.tmuxline.conf"
46
46
```
@@ -70,7 +70,7 @@ You can customize this configuration or manage your own in the same way.
70
70
it has the same structure and development tools but with
71
71
a very minimal configuration.
72
72
Tagged releases are based on that branch.
73
- 2 . Replace any instance of ` razor-x /tmuxrc`
73
+ 2 . Replace any instance of ` rxrc /tmuxrc`
74
74
with the path to your repository's location.
75
75
If you do not host this on GitHub,
76
76
you may need to adjust the repository path appropriately.
@@ -81,7 +81,7 @@ You can customize this configuration or manage your own in the same way.
81
81
Here is an example of a command you can use to make replacements:
82
82
83
83
``` bash
84
- $ git ls-files -z | xargs -0 sed -i ' s/razor-x \/tmuxrc/username\/tmuxrc/g'
84
+ $ git ls-files -z | xargs -0 sed -i ' s/rxrc \/tmuxrc/username\/tmuxrc/g'
85
85
```
86
86
87
87
## Contributing
@@ -90,7 +90,7 @@ Please submit and comment on bug reports and feature requests.
90
90
91
91
To submit a patch:
92
92
93
- 1 . Fork it (https://github.com/razor-x /tmuxrc/fork ).
93
+ 1 . Fork it (https://github.com/rxrc /tmuxrc/fork ).
94
94
2 . Create your feature branch (` git checkout -b my-new-feature ` ).
95
95
3 . Make changes.
96
96
4 . Commit your changes (` git commit -am 'Add some feature' ` ).
0 commit comments