Update ReadMe
This commit is contained in:
parent
f78861713e
commit
17c849341e
1 changed files with 3 additions and 22 deletions
|
@ -1,28 +1,9 @@
|
||||||
# Developer Configuration
|
# Developer Configuration
|
||||||
|
|
||||||
## zsh
|
## Install
|
||||||
|
Just run
|
||||||
### Oh My Zsh
|
|
||||||
https://github.com/ohmyzsh/ohmyzsh
|
|
||||||
```bash
|
|
||||||
sh -c "$(curl -fsSL \
|
|
||||||
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
||||||
```
|
```
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://git.doggoat.de/dhalucario/devconf/raw/branch/master/install.sh | bash
|
||||||
### 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>
|
<style class="fallback">body{visibility:hidden}</style><script>markdeepOptions={tocStyle:'long'};</script>
|
||||||
|
|
Loading…
Reference in a new issue