Skip to content

Commit 52046f5

Browse files
committed
Fix readme for work instructions
1 parent d602835 commit 52046f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,19 @@ ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf
1515
Or at work,
1616

1717
```
18-
cd ~/Development/1st/tmux
18+
mkdir -p ~/Development/1st && cd ~/Development/1st
1919
git clone [email protected]:dotfile/tmux.git
2020
ln -s ~/Development/1st/tmux/tmux.conf ~/.tmux.conf
2121
```
2222

23+
And add a local `.git/config` user override:
24+
25+
```
26+
[user]
27+
name = "Brandon Thomas"
28+
email = "EMAIL"
29+
```
30+
2331
Reading material
2432
----------------
2533
* https://ebzzry.io/en/tmux/

0 commit comments

Comments
 (0)