Benedikt Heine
b7b95357db
nvim: Remember last file position
2026-01-27 00:23:07 +01:00
Benedikt Heine
8037666e5c
Add git stauts -> git status alias
2026-01-27 00:20:01 +01:00
Benedikt Heine
881d4a0340
nvim: set EDITOR variable only if installed
...
Since git core.editor was set in the initial commit, I suspect I wasn't
aware of $EDITOR in the environment. So it's safe to delete
git/gitconfig's core.editor and take it from $EDITOR by default, which
actually checks if nvim is installed.
for git's diff.tool and merge.tool, I don't see a possibility to have a
conditional switch and fallback to vim. I don't expect to work on
another workstation without neovim.
2026-01-27 00:18:58 +01:00
Benedikt Heine
e2a098ce82
nvim: use it in git as default editor
2026-01-27 00:17:59 +01:00
Felix Buehler
7e0f290957
README: add nvim
2026-01-27 00:13:56 +01:00
Benedikt Heine
febd3f1101
bashrc: run shellcheck on it
2026-01-27 00:12:25 +01:00
Benedikt Heine
25854fdd72
Add shell shebang to zshrc
2026-01-27 00:12:06 +01:00
Benedikt Heine
0ca8701d46
nvim: enforce as default if installed
2026-01-27 00:11:48 +01:00
Felix Buehler
b526c1cc90
shell/paths: remove perl
2026-01-27 00:08:54 +01:00
Felix Buehler
8768092262
shell/mysqlpw: remove
2026-01-27 00:08:08 +01:00
Felix Buehler
aecf642bcf
shell/extract: remove
2026-01-27 00:07:42 +01:00
Felix Buehler
bab71a17cd
shell/command-not-found: remove
2026-01-27 00:07:16 +01:00
Felix Buehler
8a7da9c934
shell/aliases: Remove unused aliases
2026-01-27 00:04:48 +01:00
Benedikt Heine
4889b323ff
nvim: bufferline: Match old vim behavior in sorting
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-21 23:13:02 +01:00
Felix Buehler
73f06db5d7
nvim: enable treesitter only when cli installed
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-19 20:24:31 +01:00
Benedikt Heine
48ef0a52d1
Fix hard coded master/main branch on git-ard
...
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
As previous change, but now for git-ard, too
2026-01-18 23:38:59 +01:00
Benedikt Heine
837517dad7
Fix hard coded master/main HEAD branch
2026-01-18 23:38:51 +01:00
Benedikt Heine
b4fbe4dd12
nvim: Use bufferline
2026-01-18 23:17:04 +01:00
Felix Buehler
9a319d8bf7
nvim: init
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
2026-01-18 16:03:14 +01:00
Felix Buehler
2919c8695b
shell/direnv: enable zsh
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-17 00:00:14 +01:00
Felix Buehler
1c9d2e7eba
shell/fzf: update shell completion sourcing
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-14 21:20:30 +01:00
Felix Buehler
5a4a148887
shell/alias: update nixpkgs-build to use nom as default
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-11 20:53:18 +01:00
Felix Buehler
3a0c99707b
zsh: init
...
inspired by https://github.com/bebehei/df/blob/master/zsh/zshrc
2026-01-11 20:22:05 +01:00
Felix Buehler
e0ea620d3a
sway: replace pactl with wpctl
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-12-30 17:05:17 +01:00
Felix Buehler
16b09b8609
submodules: update
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
2025-12-28 16:57:05 +01:00
Felix Buehler
62ac5cb09f
sway: use font-awesome 7
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
2025-12-27 23:14:02 +01:00
Felix Buehler
3dccaca6e6
git: add more aliases
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-12-02 22:41:21 +01:00
Felix Buehler
f37b123b82
git: fix gitlab-upstream fetch
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-11-28 22:01:11 +01:00
Felix Buehler
f4b1d29447
sway: update telegram command
2025-11-28 19:45:37 +01:00
Felix Buehler
830b08cb64
sway/i3status: update config
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-11-26 22:56:37 +01:00
Felix Buehler
52bfbe6d9d
shell/keychain: remove deprecated 'agent-parameter
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
2025-11-26 21:30:11 +01:00
Felix Buehler
dafdf60752
sway: upgrade syncthing2 cli
2025-11-25 22:35:27 +01:00
Felix Buehler
cedda07b7b
git: disable fetch.all
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-11-22 19:37:31 +01:00
Felix Buehler
4a804fe435
topgrade: init
2025-11-22 19:37:14 +01:00
Felix Buehler
3b65a61998
sway: fix cursor on hidpi screens
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-08-24 23:15:59 +02:00
Felix Buehler
6c5e0d3ebe
sway: use umlauts instead of compose key
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-08-16 18:04:29 +02:00
Benedikt Heine
808243babc
Add git-rewrite-commits
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-07-31 23:52:21 +02:00
Felix Buehler
ad24ebe4a2
Enforce git commands being run inside git folder
2025-07-31 23:48:39 +02:00
Benedikt Heine
72ceb16f5f
Add git automatic range diff
...
Co-authored-by: Felix Buehler <account@buehler.rocks>
2025-07-31 23:47:37 +02:00
Felix Buehler
21c425b441
sway: remove old kb_variant
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-05-28 21:12:17 +02:00
Felix Buehler
de7e585ce0
sway: fix typo
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-05-25 09:16:25 +02:00
Felix Buehler
150ea7f374
i3status-rs: update fontaweseom6
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled
2025-05-18 23:47:17 +02:00
Felix Buehler
b330f8f6df
sway: add workman
2025-05-18 23:46:56 +02:00
Felix Buehler
cb8eb6dbbe
git: update config
2025-02-27 22:35:46 +01:00
Felix Buehler
c3b81b726d
sway: use pulse instead of alsa commands
2024-11-08 23:07:55 +01:00
Felix Buehler
1074fc3260
vscodium: enable mergeEditor
2024-09-10 21:00:08 +02:00
Felix Buehler
fb5b17a5e1
gammastep: fix location
2024-09-02 23:25:34 +02:00
Felix Buehler
6c2ccc2073
bashrc: theme nmtui
2024-07-22 20:16:51 +02:00
Felix Buehler
3a61501ed3
vscodium: always open repo in parent folder
2024-07-01 23:51:45 +02:00
Felix Buehler
a547eead90
vscodium: use 'flate' theme
2024-05-12 21:44:27 +02:00