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.
38 lines
643 B
38 lines
643 B
# dot-files
|
|
|
|
This are my dot-files :-)
|
|
|
|
Installing them is easy.
|
|
|
|
- Linux: execute `install`
|
|
- Windows: execute `install.bat` (symlinks git and vim config)
|
|
|
|
## vim
|
|
|
|
### Use plug
|
|
|
|
To add plugins simply edit the file `.vim/plug.vim`
|
|
|
|
Install new plugins:
|
|
|
|
:PlugInstall
|
|
|
|
Update existing plugin:
|
|
|
|
:PlugUpdate
|
|
|
|
[vim-plug on github](https://github.com/junegunn/vim-plug)
|
|
|
|
## 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)
|