Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax-highight #1

Closed
XxGodmoonxX opened this issue Apr 2, 2023 · 0 comments · Fixed by #2
Closed

syntax-highight #1

XxGodmoonxX opened this issue Apr 2, 2023 · 0 comments · Fixed by #2
Assignees

Comments

@XxGodmoonxX
Copy link
Owner

# zplug
source ~/.zplug/init.zsh
# theme
zplug romkatv/powerlevel10k, as:theme, depth:1

# 補完の強化
zplug "zsh-users/zsh-completions"
# 履歴補完の強化
zplug "zsh-users/zsh-autosuggestions"
# コマンドラインの文字の色付けを行うシンタックスハイライトプラグインです
# https://github.com/zsh-users/zsh-syntax-highlighting
zplug "zsh-users/zsh-syntax-highlighting", defer:2

# ここまでに書いたプラグインのロード
zplug load --verbose

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

# anyenv
[[ -d ~/.nodenv  ]] && \
  export PATH=${HOME}/.nodenv/bin:${PATH} && \
  eval "$(nodenv init -)"

# go
export GOPATH=/Users/m-watanabe/go  # GOPATHにすると決めた場所
export PATH=$GOPATH/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant