1
0
Kevin H 10 жил өмнө
parent
commit
69c8dad9b9

+ 1 - 1
.gitignore

@@ -1,2 +1,2 @@
-zsh-ownrc
+.zsh-ownrc
 powerline-fonts/

+ 0 - 0
dotvim/after/ftplugin/html.vim → .vim/after/ftplugin/html.vim


+ 0 - 0
dotvim/snippets/cpp.snippets → .vim/snippets/cpp.snippets


+ 3 - 0
dotvim/snippets/tex.snippets → .vim/snippets/tex.snippets

@@ -7,6 +7,9 @@ snippet sec
 snippet subsec
 	\subsection{${1}}
 	\label{subsec:${2}}
+# Paragraph
+snippet par
+	\paragraph{${1}}
 # Figure
 snippet fig
 	\begin{figure}

+ 0 - 0
vimrc → .vimrc


+ 0 - 0
ycm_extra_conf.py → .ycm_extra_conf.py


+ 0 - 0
zshrc → .zshrc


+ 6 - 5
README.md

@@ -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).