Commit graph

282 commits

Author SHA1 Message Date
f9e0d94412 ssh: conf.d: Update git-submodule for ssh config 2025-05-28 10:06:27 +02:00
476507e577 ssh: conf.d: Update git-submodule for ssh config 2024-12-28 11:19:03 +01:00
cd5171d7bd ssh: conf.d: Update git-submodule for ssh config 2024-08-06 21:43:28 +02:00
cdc6811415 gitconfig: add diff algorithm for sops-encrypted files 2024-01-24 17:17:55 +01:00
a118ced017 zshrc: Enable usage of additional local configuration 2023-11-16 22:51:52 +01:00
07e06558b6 config: nvim: update github-nvim-theme settings 2023-05-16 13:49:02 +02:00
Thomas Preisner
bf09d09da0 Xresources: add oxygen 2023-05-11 09:14:17 +02:00
e359380b15 config: nvim: configure cmp-path to disable trailing slashes 2023-03-30 23:10:31 +02:00
b56aecc78d config: nvim: require explicit selection to confirm completed itme 2023-03-30 23:08:18 +02:00
355ae60ac3 config: nvim: wildignore -= ".d" to allow completion of respectively suffixed directories 2023-03-30 20:48:34 +02:00
99f0c2df2d zsh: cleanup ignored-patterns for vim 2023-03-30 20:46:15 +02:00
dad208c7ba show failed login attempts for i3lock 2023-03-30 20:24:35 +02:00
7a52f633f4 zsh: split matcher into smaller matchers to fix matching
Starting with zsh version 5.9, the completion behavior changed slightly
(potentially due to the changed behavior of zstyle). As a result, The
matching was broken for directories with the same prefix followed by a
minus and further text (e.g. test-cut, test-bar).
2023-03-30 20:13:15 +02:00
53f83393dc config: nvim: nvim-cmp: consider all buffers as completion sources 2022-10-29 19:14:15 +02:00
0bcdd60bb3 config: nvim: cleanup wildignore 2022-10-29 19:12:54 +02:00
05f3e283db config: nvim: add telescope as fuzzy finder 2022-10-17 20:16:19 +02:00
d7def752af config: nvim: use 'rounded' border for packer and nvim-cmp 2022-10-17 20:03:28 +02:00
2c72b7c8dd config: nvim: add linter/formatter support 2022-10-17 20:03:12 +02:00
c058fa22ea config: nvim: add LSP support together with mason package manager 2022-10-17 20:03:12 +02:00
ab5cceddab config: nvim: use colorscheme dark_colorblind from github-nvim-theme
The currently used colorscheme 'vim-dichromatic' is missing support for
various neovim plugins.
2022-10-16 22:54:10 +02:00
2b78050f5f config: nvim: redefine leader key to space 2022-10-16 22:54:10 +02:00
f113cff6c2 config: nvim: add basic autocompletion and snippet collection 2022-10-16 22:54:10 +02:00
6863d4c2eb config: nvim: rewrite config in lua and use packer as plugin manager 2022-10-16 22:54:02 +02:00
07be5a4e7a separate vim config from nvim config again and simplify it
Separating vim's config from neovim's config simplifies the deployment
of lua for neovim's configuration. At the same time, clean up current
neovim config by removing all outdated options and options with equal or
even better defaults. Furthermore, the 'old' vim configuration should be
kept as-is to ensure compability with older systems if needed.
2022-10-14 23:30:30 +02:00
0819e4e95b ssh: conf.d: update git-submodule for ssh config 2022-09-21 17:10:35 +02:00
13f5ecd846 zsh: display some info about vcs in current directory 2022-09-18 18:01:32 +02:00
cfa621b864 config: nvim: general: remove old completion menu option
In preparation for neovim completion.
2022-09-18 17:04:28 +02:00
26d8a6b5b4 xinitrc: start automount-daemon udiskie if available 2022-09-18 17:04:25 +02:00
42274c8131 xinitrc: add output scaling on cipbuero4 2022-09-18 17:04:25 +02:00
39fe0e50bb config: i3: rename workspace '10' to 'A'
Switching to workspace '1' causes to also move workspace '10'.
2022-09-17 21:14:18 +02:00
7a178f24df config: i3status: display actual battery percentage 2022-09-06 15:11:35 +02:00
53cb41bbc5 config: i3: add blueman-applet and signal-desktop to "autostart" 2022-08-27 23:42:26 +02:00
913e7ff722 Xresources: use Source Code Pro on beryllium 2022-08-27 23:40:02 +02:00
e4ada8d5cd xinitrc: update regex for university hostnames 2022-08-27 21:16:24 +02:00
e9ca0baa3b gitconfig: add diff algorithm for ansible vaults 2022-08-27 21:05:28 +02:00
4b0e69c0a5 config: i3: specify fonts to be used for window titles and bar 2022-08-27 21:04:19 +02:00
d4022aecee remove occurences of old hostnames and replace with current hostnames
warthog (old macbook) does not exist anymore and falcon has been renamed
to beryllium
2022-08-27 20:59:41 +02:00
a4762ca7a2 config: nvim: add basic language server protocol support 2022-03-24 13:16:15 +01:00
3b83281feb config: i3: add keybinding for flameshot as screenshot tool 2022-03-22 15:48:30 +01:00
343219cfe2 config: i3: replace urxvt with alacritty
Seems to be faster and triggers less graphical glitches in conjunction
with gdb (examine).
2022-03-22 15:47:18 +01:00
3b9be5de6f xinitrc: set solid color as background color as fallback 2022-03-22 15:35:46 +01:00
b31a9fd908 .gitignore: ignore zsh cache 2022-03-22 15:34:09 +01:00
21af73483b zsh: aliases.zsh: add alias for better ip addr-output 2022-03-22 15:29:59 +01:00
c638a59499 zsh: completion.zsh: extend vim ignored-pattern to neovim 2022-03-22 15:24:58 +01:00
aaff09b15f gitconfig: use neovim as default editor 2022-03-18 18:00:08 +01:00
02d988ff04 gitignore: ignore (n)vim-plugins 2022-03-18 17:58:36 +01:00
3be7d5aec4 config: nvim: add vim-plug, vim-dichromatic and nvim-colorizer 2022-03-18 17:45:47 +01:00
8a3be75d1f config: nvim: general: move warning columns and make them less intrusive 2022-03-18 13:20:51 +01:00
62a306326d config: nvim: general: remove old config for pathogen 2022-03-18 13:19:34 +01:00
4a7a665edb zsh: use nvim instead of vim when available 2021-09-22 16:19:40 +02:00