File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ ssh/authorized_keys
20
20
/bin /idea
21
21
* .zwc
22
22
zsh /Completion /*
23
+ zsh /plugins.zsh
Original file line number Diff line number Diff line change @@ -71,7 +71,11 @@ namespace :update do
71
71
task submodule : :subtree
72
72
73
73
desc 'Update all'
74
- task all : %i( vundle powerline node brew gems submodule ) do
74
+ task all : %i( vundle powerline node brew gems submodule antibody ) do
75
+ end
76
+
77
+ task :antibody do
78
+ system %(antibody bundle <$HOME/.zsh/plugins/plugins.txt >$HOME/.zsh/plugins.zsh)
75
79
end
76
80
end
77
81
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ tap "teamookla/speedtest"
18
18
tap "tomanthony/brews"
19
19
tap "vitorgalvao/tiny-scripts"
20
20
tap "wagoodman/dive"
21
- # Plugin manager for zsh, inspired by oh-my-zsh and vundle
22
- brew "antigen"
21
+ brew "antibody"
23
22
# GNU File, Shell, and Text utilities
24
23
brew "coreutils"
25
24
# Extendable version manager with support for Ruby, Node.js, Erlang & more
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ohmyzsh/ohmyzsh path:plugins/tmux
2
+ ohmyzsh/ohmyzsh path:plugins/tmuxinator
3
+ ohmyzsh/ohmyzsh path:plugins/dash
4
+ ohmyzsh/ohmyzsh path:plugins/terraform
5
+ ohmyzsh/ohmyzsh path:plugins/thefuck
6
+
7
+ sorin-ionescu/prezto path:modules/ssh
8
+
9
+ zsh-users/zsh-completions
10
+ zsh-users/zsh-autosuggestions
11
+ zsh-users/zsh-syntax-highlighting
12
+ https://gist.github.com/junegunn/8b572b8d4b5eddd8b85e5f4d40f17236 # git-fzf
13
+ b4b4r07/enhancd
14
+ jimhester/per-directory-history
Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ setopt noshwordsplit
81
81
zstyle :omz:plugins:ssh-agent agent-forwarding on
82
82
# zstyle :omz:plugins:ssh-agent identities keys/github_ed25519 keys/bitbucket_ed25519 keys/kapsi_ed25519 keys/gitlab_ed25519 keys/heroku_ed25519
83
83
84
- source $HOME /.zsh/plugins/antigen.zsh
84
+ # source $HOME/.zsh/plugins/antigen.zsh
85
+ source $HOME /.zsh/plugins.zsh
85
86
86
87
# Set editor
87
88
set -o vi
You can’t perform that action at this time.
0 commit comments