|
|
@@ -2,8 +2,9 @@ my conf files
|
|
|
|
|
|
I am using following symlinks:
|
|
|
|
|
|
- - `~/.vim/after/ftplugin -> dotvim/after/ftplugin`
|
|
|
- - `~/.vim/snippets -> dotvim/snippets`
|
|
|
- - `~/.vimrc -> vimrc`
|
|
|
- - `~/.zshrc -> zshrc`
|
|
|
- - ...
|
|
|
+ - `~/.vim/after/ftplugin -> .vim/after/ftplugin`
|
|
|
+ - `~/.vim/snippets -> .vim/snippets`
|
|
|
+ - `~/.vimrc -> .vimrc`
|
|
|
+ - `~/.zshrc -> .zshrc`
|
|
|
+
|
|
|
+The file `.zsh-ownrc`, referenced in `.zshrc` defines the username (for displaying in OH-MY-ZSH, for example).
|