mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
No need to attempt to syntax highlight shell command examples
This commit is contained in:
14
README.md
14
README.md
@@ -42,9 +42,7 @@ select_pane 0
|
|||||||
You can then load that window layout into a new window in the
|
You can then load that window layout into a new window in the
|
||||||
current tmux session using:
|
current tmux session using:
|
||||||
|
|
||||||
```bash
|
tmuxifier load-window example
|
||||||
tmuxifier load-window example
|
|
||||||
```
|
|
||||||
|
|
||||||
Which will yield a Tmux window looking like this:
|
Which will yield a Tmux window looking like this:
|
||||||
|
|
||||||
@@ -54,9 +52,7 @@ Which will yield a Tmux window looking like this:
|
|||||||
|
|
||||||
Clone the repo to your machine:
|
Clone the repo to your machine:
|
||||||
|
|
||||||
```bash
|
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
||||||
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
|
||||||
```
|
|
||||||
|
|
||||||
Then add `~/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable
|
Then add `~/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable
|
||||||
available to you:
|
available to you:
|
||||||
@@ -100,10 +96,8 @@ eval `tmuxifier init -`
|
|||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
```bash
|
cd ~/.tmuxifier
|
||||||
cd ~/.tmuxifier
|
git pull
|
||||||
git pull
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user