Skip to content

Commit 2723f99

Browse files
author
Kazuaki NAKAMURA
committed
add .zshrc.antigen
1 parent ba579cd commit 2723f99

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.zshrc.antigen

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

0 commit comments

Comments
 (0)