Skip to content

Commit f92a653

Browse files
committed
Use antigen from homebrew
1 parent ad34d72 commit f92a653

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "config/tmux/plugins/tpm"]
88
path = config/tmux/plugins/tpm
99
url = https://github.com/tmux-plugins/tpm
10-
[submodule "config/zsh/antigen"]
11-
path = config/zsh/antigen
12-
url = https://github.com/zsh-users/antigen.git

config/zsh/antigen

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/zsh/init.zsh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env zsh
22

3-
source $(dirname ${(%):-%x})/antigen/antigen.zsh
3+
# Antigen path when using Homebrew:
4+
source $(brew --prefix)/share/antigen/antigen.zsh
5+
6+
autoload -U compinit
7+
compinit
8+
49
source ~/.config/zsh/theme.zsh
510

611
# History settings
@@ -32,7 +37,6 @@ setopt CHECK_JOBS
3237
bindkey -v
3338

3439
antigen use oh-my-zsh
35-
antigen bundle adb
3640
antigen bundle git
3741
antigen bundle github
3842
antigen bundle brew

install.conf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
~/.gnupg/gpg-agent.conf: config/gnupg/gpg-agent.conf
1818
~/.gnupg/gpg.conf: config/gnupg/gpg.conf
1919
~/.gnupg/scdaemon.conf: config/gnupg/scdaemon.conf
20-
~/.config/zsh/antigen/antigen.zsh: config/zsh/antigen/antigen.zsh
2120
~/.config/alacritty/alacritty.toml: config/alacritty/alacritty.toml
2221
~/.tmux.conf: config/tmux/tmux.conf
2322
~/.tmux/plugins/tpm: config/tmux/plugins/tpm

0 commit comments

Comments
 (0)