Use default MD syntax

This commit is contained in:
Leon Grünewald 2020-07-10 13:06:50 +02:00
parent 8f10de2ec6
commit d0cdf62b58

View file

@ -1,29 +1,24 @@
**Developer Configuration**
# Developer Configuration
zsh
===============================================================================
## zsh
Oh My Zsh
-------------------------------------------------------------------------------
### Oh My Zsh
https://github.com/ohmyzsh/ohmyzsh
```bash
sh -c "$(curl -fsSL \
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
zplug
-------------------------------------------------------------------------------
### zplug
https://github.com/zplug/zplug
```bash
curl -sL --proto-redir -all,https \
https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
```
Vim
===============================================================================
## Vim
Vim Plug
-------------------------------------------------------------------------------
### Vim Plug
https://github.com/junegunn/vim-plug
```bash
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>
<!-- Markdeep: --><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js?" charset="utf-8"></script>