remove avior specific config

This commit is contained in:
Johannes Loher 2025-02-16 00:36:52 +01:00
parent 31ba301a3d
commit 0e0460aa51
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
3 changed files with 0 additions and 47 deletions

View file

@ -1,20 +0,0 @@
set $primary_monitor_identifier eDP-1
set $primary_monitor_resolution 3840x2400
set $primary_monitor_scale 2
set $primary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
set $secondary_monitor_identifier 'Eizo Nanao Corporation EV2455 0x02B3F906'
set $secondary_monitor_resolution 1920x1200
set $secondary_monitor_scale 1
set $secondary_monitor_x_offset 1920
set $secondary_monitor_y_offset 0
set $secondary_monitor_background $HOME/.local/share/backgrounds/mountain.jpg
set $tertiary_monitor_identifier 'Dell Inc. DELL U2719D 843HV13'
set $tertiary_monitor_resolution 2560x1440
set $tertiary_monitor_scale 1
set $tertiary_monitor_x_offset 3840
set $tertiary_monitor_y_offset 0
set $tertiary_monitor_background $HOME/.local/share/backgrounds/mountain_vertical.jpg
set $internal_monitor_identifier eDP-1

View file

@ -1,2 +0,0 @@
[user]
email = johannes.loher@tngtech.com

View file

@ -1,25 +0,0 @@
# SSH agent
if hash keychain 2>/dev/null; then
eval `keychain --quiet --agents ssh --eval`
fi
# Watson
alias ts='watson log -dcj | watson2timesheet'
# SDKMAN!
export SDKMAN_DIR="$HOME/.sdkman"
[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ] && . "$SDKMAN_DIR/bin/sdkman-init.sh"
# pyenv
#echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
#echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
#echo 'eval "$(pyenv init -)"' >> ~/.zshrc
# Terraform
complete -o nospace -C /home/loherj/.terraform.versions/terraform_1.3.6 terraform
export TF_PLUGIN_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
# Vault
export VAULT_ADDR=https://vault.srv.reu.bsh-lando.com
export PACT_DO_NOT_TRACK=true