Initial commit

This commit is contained in:
2020-04-23 14:50:36 +02:00
commit 0c743950ac
47 changed files with 3838 additions and 0 deletions

17
.zshenv Normal file
View File

@@ -0,0 +1,17 @@
## Author: druckdev
## Created: 2019-10-21
setopt NO_GLOBAL_RCS
if [ -n "$DESKTOP_SESSION" ]; then
eval $(/usr/bin/gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
[ ! -r "$ZDOTDIR/.zshenv" ] || . "$ZDOTDIR/.zshenv"