File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
23
23
You can install this via the command-line with either curl
24
24
25
- ``` bash
25
+ ```
26
26
$ curl -L https://git.io/vJAz3 | sh
27
27
```
28
28
29
29
or wget
30
30
31
- ``` bash
31
+ ```
32
32
$ wget https://git.io/vJAz3 -O - | sh
33
33
```
34
34
@@ -47,7 +47,7 @@ $ wget https://git.io/vJAz3 -O - | sh
47
47
48
48
3 . Install with
49
49
50
- ``` bash
50
+ ```
51
51
$ ~/.tmux/plugins/tpm/bin/install_plugins
52
52
$ ~/.tmux/plugins/tpm/bin/install_plugins
53
53
```
@@ -90,7 +90,7 @@ You can customize this configuration or manage your own in the same way.
90
90
91
91
Here is an example of a command you can use to make replacements:
92
92
93
- ``` bash
93
+ ```
94
94
$ git ls-files -z | xargs -0 sed -i 's/rxrc\/tmuxrc/username\/tmuxrc/g'
95
95
```
96
96
@@ -102,26 +102,26 @@ which will install the local development files to the plugin path.
102
102
First, follow the normal install steps if you haven't already.
103
103
Then, install the development dependences via [ npm] with
104
104
105
- ``` bash
105
+ ```
106
106
$ npm install
107
107
```
108
108
109
109
While in a tmux session, enter development mode with
110
110
111
- ``` bash
111
+ ```
112
112
$ npm run dev
113
113
```
114
114
115
115
After entering development mode,
116
116
have gulp watch for changes with
117
117
118
- ``` bash
118
+ ```
119
119
$ npm run watch
120
120
```
121
121
122
122
To switch out of development mode run
123
123
124
- ``` bash
124
+ ```
125
125
$ npm run nodev
126
126
```
127
127
You can’t perform that action at this time.
0 commit comments