No description
Find a file
2020-03-12 17:22:48 +01:00
.config/neofetch Move lots of files 2020-03-12 17:17:30 +01:00
.vim/autoload Just add stuff to git module 2020-03-12 17:19:54 +01:00
.zcustom Move lots of files 2020-03-12 17:17:30 +01:00
.gitmodules Top 10 bruh moments 2020-03-12 17:22:48 +01:00
.vimrc Move lots of files 2020-03-12 17:17:30 +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>