Awesome
My dotfiles for OSX and Linux.
Contains
.vimrc
- mostly contains my configurations for vim
- Plugins include:
vundle
, NERDTree
, NERDCommenter
, TagBar
, YCM
, airline
, gitgutter
:
- Default colorscheme:
hybrid
.zshrc
- custom commands and prompt
- Commands
mkcd
- mkdir
+ cd
cdl
- cd
+ ls
sgrep
(subfolder grep) - grep -nr "$1"
sfind
(subfolder find) - find . | grep "$1"
- Default theme:
suvash
.vim
- contains colorschemes and things I don't import with vundle
- Colorschemes - custom
hybrid.vim
TODO & will contain
- Add a
config
script to do the full job on a new machine :)