You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
530 B
33 lines
530 B
# dot-files
|
|
|
|
This are my dot-files :-)
|
|
|
|
Installing them is easy. Just execute the `install` script.
|
|
|
|
## vim
|
|
|
|
### Use vundle
|
|
|
|
To add plugins simply the file `.vim/vundle.vim`
|
|
|
|
Install new plugins:
|
|
|
|
:PluginInstall
|
|
|
|
Update existing plugin:
|
|
|
|
:PluginUpdate
|
|
|
|
## Screenshots
|
|
|
|
tmux + zsh:
|
|

|
|
|
|
vim:
|
|

|
|
|
|
### Videos
|
|
|
|
- [vim + tmux - OMG!Code (by Nick Nisi)](https://youtu.be/5r6yzFEXajQ)
|
|
- [Learning Vim in a Week (by Mike Coutermarsh)](https://youtu.be/_NUO4JEtkDw)
|