No description
Find a file
2020-07-08 22:55:29 +02:00
.config Found the application launcher, remove rofi 2020-07-08 22:55:29 +02:00
.oh-my-zsh@58e38155fc Add oh my zsh 2020-03-12 17:25:14 +01:00
.zcustom Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf 2020-07-05 19:50:41 +02:00
.zplug@c4dea76656 Add .zplug 2020-03-12 17:49:38 +01:00
workspace Add workspace folder 2020-03-12 17:36:51 +01:00
.gitignore Found the application launcher, remove rofi 2020-07-08 22:55:29 +02:00
.gitmodules Add .zplug 2020-03-12 17:49:38 +01:00
.vimrc Just .vimrc it 2020-03-12 17:34:24 +01:00
.zshrc Proper .zshrc 2020-03-12 17:30:39 +01:00
README.md.html Add README 2020-02-19 01:02:15 +01:00

**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>