Merge branch 'master' of ssh://vcs.murgi.de:2244/dotfiles_fabian/dotfiles
This commit is contained in:
1
nvim/.vimrc_config_powerline_local.example
Normal file
1
nvim/.vimrc_config_powerline_local.example
Normal file
@@ -0,0 +1 @@
|
||||
set rtp+=$HOME/.local/lib/python3.9/site-packages/powerline/bindings/vim
|
||||
@@ -13,7 +13,7 @@ Plugin 'vim-airline/vim-airline-themes'
|
||||
|
||||
" Tags
|
||||
Plugin 'xolox/vim-misc'
|
||||
Plugin 'ludovicchabant/vim-gutentags'
|
||||
"Plugin 'ludovicchabant/vim-gutentags'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
|
||||
" Templates
|
||||
|
||||
2
tmux/.tmux_config_powerline_local.example
Normal file
2
tmux/.tmux_config_powerline_local.example
Normal file
@@ -0,0 +1,2 @@
|
||||
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/tmux/powerline.conf
|
||||
|
||||
1634
zsh/.p10k.zsh
Normal file
1634
zsh/.p10k.zsh
Normal file
File diff suppressed because it is too large
Load Diff
1
zsh/.powerline_config_local.example
Normal file
1
zsh/.powerline_config_local.example
Normal file
@@ -0,0 +1 @@
|
||||
source $HOME/.local/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||
14
zsh/.zshrc
14
zsh/.zshrc
@@ -1,3 +1,11 @@
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
||||
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
|
||||
[[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh
|
||||
@@ -5,7 +13,6 @@
|
||||
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config
|
||||
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
|
||||
|
||||
POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
|
||||
# Load Antigen
|
||||
setopt interactivecomments
|
||||
source ~/.zsh/antigen/antigen.zsh
|
||||
@@ -17,7 +24,7 @@ bindkey '^q' clear-screen
|
||||
antigen use oh-my-zsh
|
||||
|
||||
# Antigen Theme
|
||||
antigen theme bhilburn/powerlevel9k powerlevel9k
|
||||
antigen theme romkatv/powerlevel10k powerlevel10k
|
||||
|
||||
# Antigen Bundles
|
||||
|
||||
@@ -67,3 +74,6 @@ delzip() {
|
||||
}
|
||||
# mitmproxy
|
||||
export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
|
||||
|
||||
Submodule zsh/antigen updated: 74aa897570...64de2dcd95
Reference in New Issue
Block a user