mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2021-12-22 4cfc7cf858d875d3febeefa8a978a6f715442f07
Change antigen to a submodule
2 files modified
1 files added
6 ■■■■ changed files
.gitmodules 3 ●●●●● patch | view | raw | blame | history
Makefile 2 ●●● patch | view | raw | blame | history
zsh/.zsh/antigen @ 64de2d 1 ●●●● patch | view | raw | blame | history
.gitmodules
@@ -1,3 +1,6 @@
[submodule "emacs/.emacs.d"]
    path = emacs/.emacs.d
    url = https://github.com/Chizi123/.emacs.d.git
[submodule "zsh/.zsh/antigen"]
    path = zsh/.zsh/antigen
    url = https://github.com/zsh-users/antigen.git
Makefile
@@ -43,7 +43,7 @@
.PHONY: zsh
zsh:
    mkdir -p ~/.zsh
    [ -d "${HOME}/.zsh/antigen" ] || git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen
    git submodule update --init
    $(STOW) -t $(HOME) $@
.PHONY: termux
zsh/.zsh/antigen
New file
@@ -0,0 +1 @@
Subproject commit 64de2dcd95d6a8e879cd2244c763d99f0144e78e