switched some stuff over to zulu

This commit is contained in:
Nikolas Weger 2017-07-19 19:07:28 +02:00
parent f46466ccb8
commit b388a7855c
9 changed files with 24 additions and 422 deletions

View file

@ -1,14 +1,20 @@
# Exports & Completionpath
export DOT=${HOME}/dotfiles OWN=${DOT}/zsh LIB=${DOT}/lib OMZ=${LIB}/ohmyzsh ZSH=${OMZ}
export ZUL=${LIB}/zulu ZULU_DIR=${ZUL} ZUC=${ZUL}/config ZULU_CONFIG_DIR=${ZUC}
export DOT=${HOME}/dotfiles
export OWN=${DOT}/zsh
export LIB=${DOT}/lib
export OMZ=${LIB}/ohmyzsh
export ZSH=${OMZ}
export ZUL=${LIB}/zulu
export ZULU_DIR=${ZUL}
export ZUC=${ZUL}/config
export ZULU_CONFIG_DIR=${ZUC}
export PATH="${HOME}/dotfiles/bin:/opt/android-sdk/build-tools/26.0.0/:${PATH}"
export EDITOR='nano'
export TERM=linux
fpath=(${LIB}/completions/src $fpath)
# Fix MobaXterm Home/End key with ZSH
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
#bindkey '^[[H' beginning-of-line
#bindkey '^[[F' end-of-line
# Settings & Dircolors
ZSH_THEME="mortalscumbag"
@ -17,7 +23,7 @@ ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
eval `dircolors ${OWN}/dircolors`
# Plugins
plugins=(git vagrant docker python ansible extract systemd systemadmin tmux command-not-found)
plugins=(git vagrant docker python ansible systemd systemadmin tmux)
case $(uname -n) in
"megumi")
plugins+=(archlinux)
@ -37,11 +43,9 @@ if [[ ! -e ${ZUC}/ZULU_INSTALLED ]]; then
fi
# Source the needed Parts
#source ${ZUL}/core/zulu # Zulu
source ${ZUL}/core/zulu # Zulu
source ${OMZ}/oh-my-zsh.sh # Oh My ZSH
source ${LIB}/highlighting/zsh-syntax-highlighting.zsh # Syntax Highlighting
source ${HOME}/.fzf.zsh # FZF
for file in ${OWN}/aliases.d/*.zsh; do source $file; done # Aliases
# Init Zulu
#zulu init
zulu init