Kevin H 10 роки тому
батько
коміт
69c8dad9b9
8 змінених файлів з 10 додано та 6 видалено
  1. 1 1
      .gitignore
  2. 0 0
      .vim/after/ftplugin/html.vim
  3. 0 0
      .vim/snippets/cpp.snippets
  4. 3 0
      .vim/snippets/tex.snippets
  5. 0 0
      .vimrc
  6. 0 0
      .ycm_extra_conf.py
  7. 0 0
      .zshrc
  8. 6 5
      README.md

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