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