fix: remove everyting XING

This commit is contained in:
Stefan Imhoff
2025-12-12 16:43:41 +01:00
parent 1cfaaf5bbf
commit f557f38afd
7 changed files with 9 additions and 662 deletions

View File

@@ -185,7 +185,6 @@ alias dropbox 'cd $HOME/Dropbox'
# Git
alias glu 'git config user.name "Stefan Imhoff" && git config user.email "gpg@kogakure.8shield.net" && git config user.signingkey "7A7253E8!"'
alias glx 'git config user.name "Stefan Imhoff" && git config user.email "stefan.imhoff@xing.com" && git config user.signingkey "73C3E2E3!"'
alias lg lazygit
# Vim/Neovim

View File

@@ -1,10 +1,5 @@
github.com:
user: kogakure
git_protocol: ssh
users:
kogakure:
source.xing.com:
user: stefan-imhoff
git_protocol: ssh
users:
stefan-imhoff:
user: kogakure
git_protocol: ssh
users:
kogakure:

View File

@@ -2,8 +2,8 @@
-- https://github.com/ruanyl/vim-gh-line
-- <leader>gh (line) or <leader>gb (blame)
return {
"ruanyl/vim-gh-line",
config = function()
vim.g.gh_github_domain = "source.xing.com"
end,
"ruanyl/vim-gh-line",
config = function()
vim.g.gh_github_domain = "github.com"
end,
}

View File

@@ -33,14 +33,3 @@ path = "~/Code/GitHub/websites/kogakure-de/"
name = " hamburg-stefanimhoff-de"
path = "~/Code/GitHub/websites/hamburg-stefanimhoff-de/"
[[session]]
name = " Crate"
path = "~/Code/XING/crate/"
[[session]]
name = " XDS-Kit"
path = "~/Code/XING/xds-kit/"
[[session]]
name = " Component Scanner"
path = "~/Code/XING/measurement/component-scanner"