Skip to content

Commit c23fd4c

Browse files
committed
Use three backticks for code blocks in README.
1 parent a095470 commit c23fd4c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@ You must be in a tmux session to install.
2121

2222
You can install this via the command-line with either curl
2323

24-
````bash
24+
```bash
2525
curl -L https://io.evansosenko.com/tmuxrc/install.sh | sh
26-
````
26+
```
2727

2828
or wget
2929

30-
````bash
30+
```bash
3131
wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
32-
````
32+
```
3333

3434
### Manual Install
3535

3636
1. Install [Tmux Plugin Manager].
3737
2. Create `~/.tmux.conf` with
3838

39-
````tmux
39+
```tmux
4040
# razor-x/tmuxrc
4141

4242
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
4343
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
4444
run-shell '~/.tmux/plugins/tpm/tpm'
4545
if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"
46-
````
46+
```
4747

4848
and run this to install
4949

50-
````bash
50+
```bash
5151
~/.tmux/plugins/tpm/scripts/install_plugins.sh
5252
~/.tmux/plugins/tpm/scripts/update_plugin.sh
5353
~/.tmux/plugins/tpm/scripts/install_plugins.sh
5454
~/.tmux/plugins/tpm/scripts/update_plugin.sh
55-
````
55+
```
5656

5757
## Updating
5858

@@ -79,9 +79,9 @@ You can customize this configuration or manage your own in the same way.
7979

8080
Here is an example of a command you can use to make replacements:
8181

82-
````bash
82+
```bash
8383
git ls-files -z | xargs -0 sed -i 's/razor-x\/tmuxrc/username\/tmuxrc/g'
84-
````
84+
```
8585

8686
## Contributing
8787

0 commit comments

Comments
 (0)