File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ # antigen.zshの読み込み
2
+ source ~/.zsh/antigen/antigen.zsh
3
+
4
+ # Load the oh-my-zsh's library.
5
+ antigen use oh-my-zsh
6
+ antigen bundle --loc=plugins/ssh-agent/ssh-agent.plugin.zsh
7
+
8
+ # oh-my-zsh上にあるプラグインのインストール
9
+ # Bundles from the default repo (robbyrussell's oh-my-zsh).
10
+ antigen bundle git
11
+ antigen bundle heroku
12
+ antigen bundle pip
13
+ antigen bundle lein
14
+ antigen bundle command-not-found
15
+
16
+ # oh-my-zsh以外のzshプラグインのインストール
17
+ # Syntax highlighting bundle.
18
+ antigen bundle zsh-users/zsh-syntax-highlighting
19
+ antigen bundle zsh-users/zsh-history-substring-search
20
+ antigen bundle zsh-users/zsh-completions
21
+ antigen bundle zsh-users/zsh-autosuggestions
22
+
23
+ # load the theme
24
+ # powerlevel9k
25
+ # https://github.com/bhilburn/powerlevel9k
26
+ # POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
27
+ # antigen theme bhilburn/powerlevel9k powerlevel9k
28
+
29
+ # load thetheme
30
+ # https://github.com/robbyrussell/oh-my-zsh/wiki/themes
31
+ antigen theme agnoster
32
+ antigen apply
33
+
34
+ # Load the theme.
35
+ # antigen theme robbyrussell
36
+
37
+ # Tell antigen that you're done.
38
+ antigen apply
You can’t perform that action at this time.
0 commit comments