File tree 3 files changed +7
-14
lines changed
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 2
2
# https://qiita.com/yasunori-kirin0418/items/3557150582a1f7e08ecb
3
3
# https://qiita.com/shun198/items/c60ec1cce9c9bf1e8c26#oh-my-zsh
4
4
5
- # ##### homebrew
6
- export PATH=/opt/homebrew/bin: $PATH
5
+ # #### exports
6
+ source ~ /.exports
7
7
8
- # #### powelevel10k
8
+ # #### Powelevel10k
9
9
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
10
10
# Initialization code that may require console input (password prompts, [y/n]
11
11
# confirmations, etc.) must go above this block; everything else may go below.
@@ -14,8 +14,6 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
14
14
fi
15
15
16
16
# Oh My Zsh
17
- # Path to your Oh My Zsh installation.
18
- export ZSH=" $HOME /.oh-my-zsh"
19
17
# Set name of the theme to load --- if set to "random", it will
20
18
# load a random theme each time Oh My Zsh is loaded, in which case,
21
19
# to know which specific one was loaded, run: echo $RANDOM_THEME
@@ -49,6 +47,9 @@ source ~/.zshrc.zinit
49
47
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
50
48
[[ ! -f ~ /.p10k.zsh ]] || source ~ /.p10k.zsh
51
49
50
+ # #### Oh-My-Zsh
51
+ source ~ /.zshrc.oh-my-zsh
52
+
52
53
# #### History
53
54
# history
54
55
HISTFILE=$HOME /.zsh_history # 履歴を保存するファイル
Original file line number Diff line number Diff line change 1
1
# references
2
- # https://qiita.com/shun198/items/c60ec1cce9c9bf1e8c26#oh-my-zsh
3
- # https://qiita.com/obake_fe/items/c2edf65de684f026c59c#2-zsh-completions
4
2
# https://qiita.com/yasunori-kirin0418/items/3557150582a1f7e08ecb
5
3
6
- # install oh-my-zsh's plugins
7
- # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf
8
- # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/command-not-found
9
- # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
10
- # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ssh-agent
11
- plugins=(asdf command-not-found git iterm2 ssh-agent)
12
-
13
4
# install zsh's plugins
14
5
15
6
# so-fancy/diff-so-fancy
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
35
35
ln -sf ~ /Workspaces/dotfiles/.zshrc ~ /.zshrc
36
36
# ln -sf ~/Workspaces/dotfiles/.zshrc.antigen ~/.zshrc.antigen
37
37
ln -sf ~ /Workspaces/dotfiles/.zshrc.zinit ~ /.zshrc.zinit
38
+ ln -sf ~ /Workspaces/dotfiles/.zshrc.oh-my-zsh ~ /.zshrc.oh-my-zsh
38
39
ln -sf ~ /Workspaces/dotfiles/.zprofile ~ /.zprofile
39
40
ln -sf ~ /Workspaces/dotfiles/.exports ~ /.exports
40
41
ln -sf ~ /Workspaces/dotfiles/.aliases ~ /.aliases
You can’t perform that action at this time.
0 commit comments