add hx,alac update omz

This commit is contained in:
Quentin Godefroid 2022-08-25 17:11:32 +02:00
parent 5db4e092d6
commit 3ab604fc62
Signed by: hactario
GPG key ID: 688E98939E5CBE8D
8 changed files with 3316 additions and 20 deletions

View file

@ -1,4 +1,4 @@
export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/.pyenv/bin:$PATH
export PATH=$HOME/bins/toolbox:$HOME/.cargo/bin:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH
export ZSH=$HOME/.oh-my-zsh
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnoster"
@ -16,6 +16,11 @@ DISABLE_AUTO_UPDATE="false"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
HIST_STAMPS="yyyy-mm-dd"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
@ -188,7 +193,7 @@ pip
#powify
#profiles
pyenv
pylint
#pylint
python
#rails
#rake
@ -245,7 +250,7 @@ tmux
#tugboat
ubuntu
#urltools
#vagrant
vagrant
vault
#vi-mode
#vim-interaction
@ -268,8 +273,9 @@ vault
)
zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent identities auberge
zstyle :omz:plugins:ssh-agent lazy yes
zstyle :omz:plugins:ssh-agent lifetime 4h
zstyle :omz:plugins:ssh-agent quiet yes
source $ZSH/oh-my-zsh.sh
@ -283,7 +289,7 @@ source $ZSH/oh-my-zsh.sh
# else
# export EDITOR='mvim'
# fi
export EDITOR='hx'
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
@ -338,4 +344,9 @@ alias osc='openstack console log show'
alias oss='openstack server'
alias psa='ps auxwwwf'
alias toph='top -cHd1'
alias ip="ip --color"
alias vdir='vdir --color=auto'
alias ip="ip --color"
source ~/.webhosting/activate
autoload -Uz compinit
zstyle ':completion:*' menu select
fpath+=~/.zfunc