Fabian Ising and Fabian Ising
2f4de26581
Add cdiff and safe scp alias
2026-07-22 10:51:24 +02:00
Fabian Ising and Claude Opus 4.8
bd8d29144f
[ZSH] Bound background git calls to prevent zombie leaks
...
The check_tools_repo (git ls-remote | awk) and update_dotfiles (git fetch)
background jobs could stall on a network call and, being disowned (&!),
orphan into days-long processes holding unreaped git/awk children.
Bound both network probes with `timeout` (guarded, absent on macOS) and
disable ssh multiplexing so no daemonized mux master inherits our fds.
Also dedup the double update_dotfiles startup call.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 15:53:50 +02:00
Fabian Ising
299bdcc3f2
[ZSH] Gate safe wrappers behind shared config
2026-07-10 15:08:57 +02:00
Fabian Ising and Fabian Ising
3d24d4aad5
[ZSH] Defensive nvim aliasing
2026-07-10 14:57:28 +02:00
Fabian Ising and Fabian Ising
08f7df77b5
[ZSH] Report outdated tools repo
2026-07-10 14:03:21 +02:00
Fabian Ising and Fabian Ising
8f29cf34bd
[ZSH] Safe wrappers alias
2026-07-10 11:38:07 +02:00
Fabian Ising and Fabian Ising
179358978e
[ZSH] Config update robusteness fix
2026-07-05 17:30:22 +02:00
Fabian Ising
dc9ed93732
[NVIM] Link /home/root (snap bug workaround)
2025-12-27 14:34:54 +01:00
Fabian Ising
c0837f157d
[NVIM] Use w!! add . to save with sudo
2025-12-27 10:00:30 +01:00
Fabian Ising
293b1cd4cc
[ZSH] Move optional config files to the bottom
2025-08-12 16:20:09 +02:00
Fabian Ising
baf8cfdddf
[ZSH] Add git variables
2025-08-12 16:14:56 +02:00
murgi
7b6e35a1be
[NVIM] Fix osc52 typo
2025-08-06 10:41:03 +02:00
Fabian Ising
6fdcef86b2
[NVIM] Check for OSC52 support
2025-08-06 10:14:48 +02:00
murgi
c825643148
[ZSH] Fix autopull
2025-08-05 14:34:08 +02:00
murgi
fe309df985
[ZSH] Fix autopull
2025-08-05 12:44:21 +02:00
murgi
d67e725497
[ZSH] Add autopull for repo
2025-08-05 12:38:26 +02:00
murgi
1cf948885a
[ZSH] Temporarily create nvim shared config file
2025-08-05 10:00:29 +02:00
murgi
eddb0c81e3
[NVIM] Disable OSC52 on shared systems
2025-08-05 09:52:20 +02:00
Fabian Ising
689412b474
[ZSH] Add completion rehash
2025-08-04 11:49:09 +02:00
Fabian Ising
a06b25c883
[ZSH] Optimize History handling
2025-07-31 15:25:01 +02:00
Fabian Ising
57045ac50d
[all] Switch to nvim snap
2025-05-09 13:56:27 +02:00
Fabian Ising
e2711e52f6
[zsh] Add snap to path
2025-05-09 13:34:28 +02:00
murgi
d6a0080561
[zsh] Add XDG Home
2025-05-08 09:10:37 +02:00
Fabian Ising
4245e17133
[nvim] Use OSC52
2025-05-08 08:49:52 +02:00
fabian
10f7c19e1d
Update clone_and_link.sh
2025-04-18 09:02:42 +02:00
murgi
055aff3c3c
[ALL] Fix ssh_tty permissions
2025-04-18 08:55:42 +02:00
Fabian Ising
0e251ec36a
[tmux] Allow cross-ssh copying
2025-04-18 08:52:11 +02:00
Fabian Ising
edde785a03
[tmux] Change theme
2025-04-18 08:52:11 +02:00
Fabian Ising and Fabian Ising
a8330549a8
[nvim] Delete without copy
2025-01-10 10:02:23 +01:00
Fabian Ising
84bfcd0297
[zsh] change config depending on user
2025-01-08 10:39:28 +01:00
Fabian Ising
4d194d822f
[zsh] change config depending on user
2025-01-08 09:49:46 +01:00
Fabian Ising
d6fd2f6d61
[all] Link examples files (instead of cp)
2024-12-20 12:47:54 +01:00
Fabian Ising
9521ed086c
[vim] Fixate python to correct version
2024-12-20 11:43:07 +01:00
Fabian Ising
3b2089d4c6
[vim] Fixate python
2024-12-20 11:33:13 +01:00
murgi
87d85a4e34
[ZSH] Disable vi mode for shared setups
2024-10-14 16:38:40 +02:00
murgi
07a66952ad
[ZSH] Actually use shared plugins file
2024-10-14 16:02:14 +02:00
Fabian Ising
115a3d0d6a
[ZSH] Fix paste autosuggest
2024-10-14 15:54:06 +02:00
Fabian Ising
2a3bf65169
[ZSH] Fix slow paste
2024-10-14 15:51:20 +02:00
Fabian Ising
cb4e36a568
[zsh] Fix delete wrong file
2024-10-13 08:46:31 +02:00
Fabian Ising
16496c1b9a
[zsh] Simplify shared config
2024-10-13 08:41:25 +02:00
Fabian Ising and Fabian Ising
be42293f1c
[ZSH] Workaround for powerlevel10k issue #1554
2024-10-07 14:30:23 +02:00
Fabian Ising
21121ad69d
[All] Add curl install for shared installs
2024-08-01 11:36:20 +02:00
Fabian Ising
c23e995431
[All] Add curl install
2024-08-01 11:35:57 +02:00
Fabian Ising
503fc4471e
[NVIM] Fix vim-plug install
2024-07-19 14:38:47 +02:00
Fabian Ising and Fabian Ising
855d94a1a6
[ZSH] Switch back docker completion
2024-07-19 13:26:32 +02:00
Fabian Ising
6c15ac33e8
[setup] Fix ubuntu glob
2024-07-19 09:11:53 +02:00
Fabian Ising
bf8080ba70
[tmux] Fix PATH
2024-07-18 16:23:18 +02:00
Fabian Ising
4cd6aedf32
[all] Fix noglob setup error
2024-07-01 13:39:53 +00:00
Fabian Ising
21025d1ba7
[all] Fix ubunut pynvim install
2024-07-01 13:29:55 +00:00
Fabian Ising
4cd2a69c5b
[all] Fix clone_and_link script
2024-07-01 13:26:23 +00:00