From 3427e1e43edbdd38e69d774c7d62b9ec5ba539e5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Feb 2017 13:28:48 +0100 Subject: [PATCH] Change antigen path --- .gitmodules | 4 ++++ meta/dotbot | 1 + shells/zsh/zshrc | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 meta/dotbot diff --git a/.gitmodules b/.gitmodules index cdc7541..84fd951 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = terminals/colors/base16-shell url = https://github.com/chriskempson/base16-shell.git branch = master +[submodule "meta/dotbot"] + path = meta/dotbot + url = https://github.com/anishathalye/dotbot.git + branch = master diff --git a/meta/dotbot b/meta/dotbot new file mode 160000 index 0000000..847cb10 --- /dev/null +++ b/meta/dotbot @@ -0,0 +1 @@ +Subproject commit 847cb101d486319da882f958b1cb58b515cc6db2 diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 0dbbd5e..36385f1 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -1,4 +1,4 @@ -source ~/.zsh/antigen.zsh +source ~/.antigen.zsh antigen bundle robbyrussell/oh-my-zsh lib/ antigen use oh-my-zsh