File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[submodule "oh-my-zsh-custom/plugins/zsh-autosuggestions "]
55 path = oh-my-zsh-custom/plugins/zsh-autosuggestions
66 url = https://github.com/zsh-users/zsh-autosuggestions
7- [submodule "oh-my-zsh-custom/themes/powerlevel9k "]
8- path = oh-my-zsh-custom/themes/powerlevel9k
9- url = https://github.com/bhilburn/powerlevel9k .git
7+ [submodule "oh-my-zsh-custom/themes/powerlevel10k "]
8+ path = oh-my-zsh-custom/themes/powerlevel10k
9+ url = https://github.com/romkatv/powerlevel10k .git
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Plug 'morhetz/gruvbox'
1212Plug ' neoclide/coc.nvim' , {' branch' : ' release' }
1313Plug ' preservim/nerdtree'
1414Plug ' godlygeek/tabular'
15- " Plug 'tpope/vim-fugitive'
15+ Plug ' tpope/vim-fugitive'
1616Plug ' tpope/vim-commentary'
1717Plug ' tpope/vim-repeat'
1818Plug ' tpope/vim-surround'
Original file line number Diff line number Diff line change 1+ # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
2+ # Initialization code that may require console input (password prompts, [y/n]
3+ # confirmations, etc.) must go above this block; everything else may go below.
4+ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
5+ source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
6+ fi
7+
18export ZSH="${HOME}/.oh-my-zsh"
29export ZSH_CUSTOM="${HOME}/.oh-my-zsh-custom"
310
4- POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status context dir virtualenv vcs)
5- POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator background_jobs)
6- POWERLEVEL9K_SHORTEN_STRATEGY="truncate_from_right"
7- POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
8- ZSH_THEME="powerlevel9k/powerlevel9k"
11+ ZSH_THEME="powerlevel10k/powerlevel10k"
912
1013# Show dots when loading completition takes long time.
1114COMPLETION_WAITING_DOTS="true"
@@ -120,3 +123,5 @@ if [ -f "${HOME}/.zshrc-local" ]; then
120123 source "${HOME}/.zshrc-local"
121124fi
122125
126+ # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
127+ [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ ln -srfv _terminator_config ~/.config/terminator/config
7070ln -srfTv oh-my-zsh ~ /.oh-my-zsh
7171# install oh-my-zsh custom folder
7272ln -srfTv oh-my-zsh-custom ~ /.oh-my-zsh-custom
73+ # install powerlevel10k for zsh
74+ ln -srfv _p10k.zsh ~ /.p10k.zsh
7375
7476# set zsh as the default shell
7577current_shell=$( expr " ${SHELL:=/ bin/ false} " : ' .*/\(.*\)' )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments