···35353636 $ git clone https://github.com/hauleth/dotfiles.git && cd dotfiles
37373838-2. Pull all submodules
3939-4040- $ git submodule init && git submodule update
4141-4242-3. Symlink needed files (call this inside repo)
4343-4444- $ for conf in *; do ln -s $(pwd)/$conf ~/.$conf || echo "Cannot symling '$conf'. Propably already exist."; done
4545-4646-4. That's all. Be happy with your brand new confs brought to you by [@Hauleth][t]
4747-4848-Vim plug-ins
4949-------------
3838+2. Run `./install`
50395151-- [Ag][vim-ag] - based on Ack.vim, use [`ag`][ag] command
5252-- [Airline][airline] - nicer status bar, Powerline replacement
5353-- [Autoclose][autoclose] - automatically close brackets and quotes
5454-- [BufExplorer][bufexplorer] - list and manage your buffers
5555-- [BufferLine][bufferline] - list your buffers on status bar
5656-- [CtrlP][ctrlp] - fuzzy file finder chooser
5757-- [Emmet][emmet] - CSS selectors to HTML tags expander
5858-- [Fugitive][fugitive] - the best Git tool ever!
5959-- [Gundo][gundo] - show Vim change tree
6060-- [Indent Guides][indent-guides] - show indentation level visually, sometimes
6161- useful (when dealing with tragic code)
6262-- [LaTeX Box][latex-box] - helpers for LaTeX docs
6363-- [Loremipsum][ipsum] - *Lorem ipsum* generator
6464-- [Multiple Cursors][multiple-cursors] - Sublime Text style multiple selections
6565-- [NERDCommenter][commenter] - fast comment lines or block of code
6666-- [Netrw][netrw] - network oriented file browsing and editing
6767-- [Numbers][numbers] - relative line numbering switcher
6868-- [Rails][vim-rails] - some Rails specific commands
6969-- [Ruby][vim-ruby] - as above, but for Ruby
7070-- [SnipMate][snipmate] - TextMate-like snippets
7171-- [Solarized][solarized] - awesome and beautiful color theme
7272-- [SuperTab][supertab] - intelligent `<Tab>` key (indentation, completion and
7373- snippets)
7474-- [Surround][surround] - quoting/parenthesizing made simple
7575-- [Sytnastic][syntastic] - check syntax on save
7676-- [Tabular][tabular] - fast and simple aligning/tableizeing text
7777-- [Tagbar][tagbar] - list tags in file and allow fast jumping to them
7878-- [TMux navigator][tmux-nav] - allow jumping between Vim windows and TMux panes
7979- using the same key combos
8080-8181-Support for additional languages:
8282-8383-- [CoffeeScript][coffee]
8484-- [Fish][fish]
8585-- [Puppet][puppet]
8686-- [TypeScript][ts]
87408841Copyrights
8942----------