From 0e0460aa510c73f1e8f907488f5bd3d5a1a62a12 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@fg4f.de>
Date: Sun, 16 Feb 2025 00:36:52 +0100
Subject: [PATCH] remove avior specific config

---
 .config/sway/config.local##hostname.avior | 20 ------------------
 .gitconfig.local##hostname.avior          |  2 --
 .zshrc.local.local##hostname.avior        | 25 -----------------------
 3 files changed, 47 deletions(-)
 delete mode 100644 .config/sway/config.local##hostname.avior
 delete mode 100644 .gitconfig.local##hostname.avior
 delete mode 100644 .zshrc.local.local##hostname.avior

diff --git a/.config/sway/config.local##hostname.avior b/.config/sway/config.local##hostname.avior
deleted file mode 100644
index 6da0f66..0000000
--- a/.config/sway/config.local##hostname.avior
+++ /dev/null
@@ -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
diff --git a/.gitconfig.local##hostname.avior b/.gitconfig.local##hostname.avior
deleted file mode 100644
index ce1550b..0000000
--- a/.gitconfig.local##hostname.avior
+++ /dev/null
@@ -1,2 +0,0 @@
-[user]
-	email = johannes.loher@tngtech.com
diff --git a/.zshrc.local.local##hostname.avior b/.zshrc.local.local##hostname.avior
deleted file mode 100644
index 8ac1216..0000000
--- a/.zshrc.local.local##hostname.avior
+++ /dev/null
@@ -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