From 589846b53d8b9c65c742400d0deae16d62f5e905 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 12 Sep 2017 15:19:03 +0200 Subject: [PATCH] added has --- .gitignore | 1 + .gitmodules | 3 +++ cfg/dotbot/cfg | 1 + lib/has | 1 + 4 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 160000 lib/has diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c7132d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/has diff --git a/.gitmodules b/.gitmodules index 12ba18f..8e3dd10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "lib/basher"] path = lib/basher url = https://github.com/basherpm/basher +[submodule "lib/has"] + path = lib/has + url = https://github.com/kdabir/has diff --git a/cfg/dotbot/cfg b/cfg/dotbot/cfg index 1510c2b..63921fa 100644 --- a/cfg/dotbot/cfg +++ b/cfg/dotbot/cfg @@ -4,3 +4,4 @@ ~/.gitconfig: cfg/git/cfg ~/.zshrc: cfg/zsh/cfg.zsh ~/.ssh/config: cfg/ssh/cfg + ~/dotfiles/bin/has: lib/has/has diff --git a/lib/has b/lib/has new file mode 160000 index 0000000..a6381b6 --- /dev/null +++ b/lib/has @@ -0,0 +1 @@ +Subproject commit a6381b60938469b7a97259ea8af10d1b4a64291a