Skip to content

Commit

Permalink
perf: flat content
Browse files Browse the repository at this point in the history
  • Loading branch information
FengShangWuQi committed Dec 2, 2018
1 parent 41001da commit ac241a1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ $ cd
$ git clone git@github.com:FengShangWuQi/to-vim-tmux-zsh.git
# vim
$ ln -s ./to-vim-tmux-zsh/vim/.vimrc .vimrc
$ ln -s ./to-vim-tmux-zsh/.vimrc .vimrc
- plugin manager: vim-plug
- theme: solarized
# tmux
$ ln -s ./to-vim-tmux-zsh/tmux/.tmux.conf .tmux.conf
$ ln -s ./to-vim-tmux-zsh/.tmux.conf .tmux.conf
- plugin manager: tpm
# zsh
$ ln -s ./to-vim-tmux-zsh/zsh/.zshrc .zshrc
$ ln -s ./to-vim-tmux-zsh/.zshrc .zshrc
- manage configuration: oh-my-zsh
```
Expand Down
2 changes: 1 addition & 1 deletion tmux/README.md → tmux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> # to-tmux
![tmux](../images/tmux.png)
![tmux](./images/tmux.png)

# 一个窗口,帮你搞定所有

Expand Down
2 changes: 1 addition & 1 deletion vim/README.md → vim.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> # to-vim
![vim](../images/vim.png)
![vim](./images/vim.png)

# 彪悍的编译器,不需要解释

Expand Down
2 changes: 1 addition & 1 deletion zsh/README.md → zsh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> # to-zsh
![zsh](../images/zsh.png)
![zsh](./images/zsh.png)

# 非常棒的 shell,没理由再使用 bash

Expand Down

0 comments on commit ac241a1

Please sign in to comment.