this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add some bin utils

+27 -5
+14 -5
.gitignore
··· 1 - vim/backups 2 - vim/.netrwhist 3 - vim/tags/* 4 - vim/bundle/* 1 + /bin/ 2 + !/bin/.keep 3 + !/bin/tmux-airline 4 + 5 + /vim/backups 6 + /vim/.netrwhist 7 + 8 + /vim/bundle 9 + !/vim/bundle/.keep 10 + 11 + /vim/tags 12 + !/vim/tags/.gitignore 13 + 5 14 /.peru 6 - !vim/tags/.gitignore 15 + 7 16 *.spl
+13
peru.yaml
··· 1 1 imports: 2 + leiningen: bin/ 3 + spark: bin/ 4 + 2 5 pathogen: vim/autoload 6 + 3 7 vim-airline: vim/bundle/airline 4 8 vim-bufferline: vim/bundle/bufferline 5 9 vim-bundler: vim/bundle/bundler ··· 34 38 curl module pathogen: 35 39 url: https://tpo.pe/pathogen.vim 36 40 sha1: 3e45332b7c588270b4188d3f073612f189bb1eea 41 + 42 + curl module leiningen: 43 + url: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein 44 + build: chmod +x lein 45 + sha1: 119b4c8bacfa7f7809bce3cd0233b186ffdbc6d5 46 + 47 + git module spark: 48 + url: https://github.com/holman/spark.git 49 + files: spark 37 50 38 51 git module vim-solarized: 39 52 url: https://github.com/altercation/vim-colors-solarized
vim/bundle/.keep

This is a binary file and will not be displayed.