From b6f4bfa40e34b4db8af290d9433062963c88a404 Mon Sep 17 00:00:00 2001 From: psox Date: Wed, 13 Dec 2017 13:15:16 +0000 Subject: [PATCH] git ignore --- .gitignore | 1 + .gitmodules | 3 +++ oh-my-zsh | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 oh-my-zsh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d571604 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vim/plugged/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c636f38 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "oh-my-zsh"] + path = oh-my-zsh + url = https://github.com/robbyrussell/oh-my-zsh.git diff --git a/oh-my-zsh b/oh-my-zsh new file mode 160000 index 0000000..a7fb55c --- /dev/null +++ b/oh-my-zsh @@ -0,0 +1 @@ +Subproject commit a7fb55cf13bd5956a183e42916cf160a962b6370