Use default MD syntax
This commit is contained in:
parent
8f10de2ec6
commit
d0cdf62b58
1 changed files with 6 additions and 12 deletions
|
@ -1,29 +1,24 @@
|
||||||
**Developer Configuration**
|
# Developer Configuration
|
||||||
|
|
||||||
zsh
|
## zsh
|
||||||
===============================================================================
|
|
||||||
|
|
||||||
Oh My Zsh
|
### Oh My Zsh
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
https://github.com/ohmyzsh/ohmyzsh
|
https://github.com/ohmyzsh/ohmyzsh
|
||||||
```bash
|
```bash
|
||||||
sh -c "$(curl -fsSL \
|
sh -c "$(curl -fsSL \
|
||||||
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
zplug
|
### zplug
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
https://github.com/zplug/zplug
|
https://github.com/zplug/zplug
|
||||||
```bash
|
```bash
|
||||||
curl -sL --proto-redir -all,https \
|
curl -sL --proto-redir -all,https \
|
||||||
https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
Vim
|
## Vim
|
||||||
===============================================================================
|
|
||||||
|
|
||||||
Vim Plug
|
### Vim Plug
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
https://github.com/junegunn/vim-plug
|
https://github.com/junegunn/vim-plug
|
||||||
```bash
|
```bash
|
||||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
@ -32,4 +27,3 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
|
||||||
<style class="fallback">body{visibility:hidden}</style><script>markdeepOptions={tocStyle:'long'};</script>
|
<style class="fallback">body{visibility:hidden}</style><script>markdeepOptions={tocStyle:'long'};</script>
|
||||||
<!-- Markdeep: --><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js?" charset="utf-8"></script>
|
<!-- Markdeep: --><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js?" charset="utf-8"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue