From 3122274498bab7c26bf58aa7f95fd1f9dd6c4b30 Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Wed, 16 Apr 2025 11:46:11 +0200 Subject: [PATCH] Update configs --- dot_alias | 3 +- dot_config/git/config | 6 ++++ dot_config/helix/config.toml | 36 +++++++++++++++++++ .../pipewire.conf.d/10-wireplumber.conf | 1 - 4 files changed, 43 insertions(+), 3 deletions(-) delete mode 100644 dot_config/pipewire/pipewire.conf.d/10-wireplumber.conf diff --git a/dot_alias b/dot_alias index a426e21..a439a5c 100644 --- a/dot_alias +++ b/dot_alias @@ -1,6 +1,5 @@ # xbps -alias xup='xi -Su' -alias xun='xi -Sun' +alias xup="xi -Su" # listing files eza_params=( diff --git a/dot_config/git/config b/dot_config/git/config index 139ab93..67b4c7f 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -3,6 +3,12 @@ name = Hendrik Boll signingkey = ~/.ssh/id_ed25519.pub +[includeIf "gitdir:~/b1/"] + path = ~/b1/.config/git/config + +[includeIf "gitdir:~/b1/customer/sap/"] + path = ~/b1/customer/sap/.config/git/config + [gpg] format = ssh diff --git a/dot_config/helix/config.toml b/dot_config/helix/config.toml index 22f2744..35ad032 100644 --- a/dot_config/helix/config.toml +++ b/dot_config/helix/config.toml @@ -1 +1,37 @@ theme = "gruvbox_dark_hard" + +[editor] +line-number = "relative" +bufferline = "multiple" +popup-border = "popup" + +[editor.statusline] +left = [ + "mode", + "spinner", + "file-type", + "file-name", + "version-control", + "read-only-indicator", + "file-modification-indicator" +] +center = [] +right = [ + "diagnostics", + "selections", + "register", + "position", + "position-percentage", + "file-encoding" +] + +[editor.cursor-shape] +normal = "block" +insert = "bar" +select = "underline" + +[editor.indent-guides] +render = true + +[editor.soft-wrap] +enable = true diff --git a/dot_config/pipewire/pipewire.conf.d/10-wireplumber.conf b/dot_config/pipewire/pipewire.conf.d/10-wireplumber.conf deleted file mode 100644 index 50c64d3..0000000 --- a/dot_config/pipewire/pipewire.conf.d/10-wireplumber.conf +++ /dev/null @@ -1 +0,0 @@ -context.exec = [ { path = "/usr/bin/wireplumber" args = "" } ]