Add README
This commit is contained in:
parent
e7cf04dcb1
commit
29cb527ec5
1 changed files with 35 additions and 0 deletions
35
README.md.html
Normal file
35
README.md.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
**Developer Configuration**
|
||||
|
||||
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
|
||||
-------------------------------------------------------------------------------
|
||||
https://github.com/zplug/zplug
|
||||
```bash
|
||||
curl -sL --proto-redir -all,https \
|
||||
https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
```
|
||||
|
||||
Vim
|
||||
===============================================================================
|
||||
|
||||
Vim Plug
|
||||
-------------------------------------------------------------------------------
|
||||
https://github.com/junegunn/vim-plug
|
||||
```bash
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in a new issue