First commit for arachnidsGrip

This commit is contained in:
2020-03-03 16:22:02 +01:00
commit 77123e6f67
19 changed files with 2641 additions and 0 deletions

37
.zshrc Normal file
View File

@@ -0,0 +1,37 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/rhiobet/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
export ZSH=/usr/share/oh-my-zsh
export ZSH_CUSTOM=/usr/share/zsh
ZSH_THEME="af-magic"
plugins=(
archlinux
docker
docker-compose
git
systemd
vagrant
zsh-autosuggestions
zsh-syntax-highlighting
)
export JAVA_HOME=/usr/lib/jvm/$(archlinux-java get)
export GDK_BACKEND=x11
source $ZSH/oh-my-zsh.sh
if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi