mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
fix: remove everyting XING
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user