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
- Host: GitHub
- URL: https://github.com/ctrl-freaks/configs
- Owner: ctrl-freaks
- Created: 2015-12-08T21:15:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T20:51:21.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T11:57:58.817Z (5 months ago)
- Language: Vim script
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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|