Skip to content

Instantly share code, notes, and snippets.

@XxGodmoonxX
Last active October 5, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XxGodmoonxX/3e9b2ff8bfcbadb08b0e10e970443d3c to your computer and use it in GitHub Desktop.
Save XxGodmoonxX/3e9b2ff8bfcbadb08b0e10e970443d3c to your computer and use it in GitHub Desktop.
.zshrc
# zplug
source ~/.zplug/init.zsh
# theme
zplug romkatv/powerlevel10k, as:theme, depth:1
# 補完の強化
zplug "zsh-users/zsh-completions"
# 履歴補完の強化
zplug "zsh-users/zsh-autosuggestions"
# ここまでに書いたプラグインのロード
zplug load --verbose
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# anyenv
export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment