10 Commits

Author SHA1 Message Date
mpuchstein 89d003440a added starship to nu 2026-05-19 02:30:09 +02:00
mpuchstein d9d492c214 nu: add cycling alt+. and history picker alt+,
Alt+. now cycles through all whitespace-split tokens from history
(most recent first, last arg first within each command) using env
var state. Alt+, opens a skim fuzzy picker over full history commands
and inserts the selected entry at the cursor.
2026-05-18 12:00:03 +02:00
mpuchstein da3ce09a9e added some nushell stuff and deleted deprecated hyprland config 2026-05-18 00:01:44 +02:00
mpuchstein 404fc49df0 nu: rewatch - revert uncatchable try/catch 2026-05-17 17:48:52 +02:00
mpuchstein 0e99cbb757 nu: rewatch - fully swallow interrupt in catch 2026-05-17 17:48:04 +02:00
mpuchstein c9266f252d nu: rewatch - suppress Ctrl+C error 2026-05-17 17:46:20 +02:00
mpuchstein 17ec0a9a34 nu: fix rewatch - pipe closure output through print 2026-05-17 17:44:10 +02:00
mpuchstein 2fd5a1196d nu: add rewatch command to sys.nu 2026-05-17 17:36:23 +02:00
mpuchstein 119c396efc nu: add Alt+. last-arg keybinding and nushell-book doc submodule
- keybindings block in config.nu with Alt+. → insert last token from history
- nushell.github.io added as external_nushell-book submodule under dot_local/share/docs
- CLAUDE.md local docs table updated
2026-05-17 17:31:14 +02:00
mpuchstein ff1cdc02b9 nu: add nushell config and apex-styled prompt
Initial nushell dotfiles: config, modules (git, k8s, sys, hypr, pkg,
dev), apex theme files, and a chezmoi-templated prompt that shows dir
and git branch/dirty using apex-neon/aeon colors with vi mode indicators.
2026-05-17 08:48:19 +02:00