An open API service indexing awesome lists of open source software.

https://github.com/ctrl-freaks/configs

Configuration and dotfiles
https://github.com/ctrl-freaks/configs

Last synced: 4 months ago
JSON representation

Configuration and dotfiles

Awesome Lists containing this project

README

        

1. [ZSH](#zsh)
2. [Vim](#vim)

##ZSH##
###Plugins###
https://github.com/robbyrussell/oh-my-zsh/wiki/plugins
* brew
* git
* jsontools
* pip
* python
* sudo

##Aliases##
####Custom####
|Alias |Function |
|:------|:-----------------|
|zrc |vim ~/.zshrc |
|zrcl |vim ~/.zshrc.local|
####Plugin : Brew####
|Alias |Function |
|:------|:-----------------|
|brews |brew list -1 |

##Vim##
###Plugins####
* Vundle
* NERDTree
* NERDTreeTabs
* Ctrl-P
* Airline
* Ack
* delimitMate
* Commentary
* Syntastic
* Fugitive
* GitGutter
* Tabular
* Surround
* ZoomWin
* Vitality
* Multiple Cursors
* Tagbar
* YouCompleteMe
* Ultisnips
* vim-snippets
* Expand Region
* Sleuth
* Emmet

###Syntax Modes####
* HTML5
* CSS3
* LESS
* Javascript
* Ruby
* Python
* Markdown

###Color Schemes####
* Flatlandia
* Gruvbox

###Aliases###
|Alias|Function |
|:----|:-------------------------|
|vrc |vim ~/.vimrc |
|vrcl |vim ~/.vimrc.local |
|vrcb |vim ~/.vimrc.bundles |
|vrcbl|vim ~/.vimrc.bundles.local|