Commit Graph
15 Commits
Author SHA1 Message Date
valknar a4c7461958 feat(noctalia): track config and enable idle behavior
Adds lock (5min) and screen-off (6min) idle timeouts, which were
previously unset so the shell never dimmed/locked.
2026-08-03 19:32:18 +02:00
valknar 3532c50ba4 feat: catppuccin themes 2026-06-29 17:09:10 +02:00
valknarandClaude Sonnet 4.6 52a5409495 feat: apply Nord theme to glow markdown renderer
- Add .config/glow/nord.json — full glamour style using Nord palette
  (Polar Night bg, Frost headings, Aurora syntax, Snow Storm text)
- Configure glow.yml to use the Nord style by default
- Track both glow files in .gitignore whitelist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 18:13:10 +02:00
valknarandClaude Sonnet 4.6 a403cf68f3 feat: add Nord theme for bat
- .config/bat/themes/Nord.tmTheme — full tmTheme covering comments,
  strings, numbers, keywords, functions, types, tags, CSS, markdown,
  diff markup, decorators, regex, YAML/TOML/JSON, shell
- .config/bat/config — sets Nord as default theme
- arty.yml: bat:build task to rebuild cache after cloning dotfiles
- .gitignore: whitelist bat config and theme

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 19:32:33 +02:00
valknarandClaude Sonnet 4.6 39c9c04eb4 chore: remove signature.txt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 16:39:36 +02:00
valknarandClaude Sonnet 4.6 7e16a6475b feat: add bin/setup bootstrap script and update README installation docs
- bin/setup: curl-pipeable installer — re-execs with bash, detects OS,
  installs git (apt/xcode-select), clones dotfiles into ~, runs arty deps,
  installs arty zsh completion, prints next steps; fully idempotent
- README.md: replace Quick Start with Installation one-liner, add step table,
  After Installation and Manual Setup sections; fix stale ~/scripts reference
- .gitignore: whitelist bin/setup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 15:57:45 +02:00
valknarandClaude Sonnet 4.6 f38b15f550 feat: move scripts from ~/scripts to ~/bin and track in git
Drop .sh extension — scripts are now invocable directly as arty and stacks.
Remove redundant aliases from .zshrc since ~/bin is already in PATH.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 15:36:45 +02:00
valknarandClaude Sonnet 4.6 297a034e05 chore: move VSCode settings and keybindings to .vscode/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 12:21:21 +02:00
valknarandClaude Sonnet 4.6 e3cc576d96 feat: track VSCode settings and keybindings in dotfiles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 11:20:20 +02:00
valknarandClaude Sonnet 4.6 9ffaab9836 feat: add Nord theme for Yazi
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 19:59:08 +02:00
valknarandClaude Sonnet 4.6 d29214d140 feat: add Nord true-color scheme for micro editor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 19:50:48 +02:00
valknarandClaude Sonnet 4.6 43a4864a50 feat: add Nord colorscheme for micro and track micro config in git
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 19:34:02 +02:00
valknarandClaude Sonnet 4.6 fd573e1a1d chore: track .config/yazi/yazi.toml in git
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 18:58:12 +02:00
valknarandClaude Sonnet 4.6 41d13ff733 refactor(home): move scripts/ out into its own repo
scripts/ now lives in git@dev.pivoine.art:valknar/scripts.git.
Remove it from the home repo tracking and stop allowlisting it
in .gitignore.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-20 15:48:03 +02:00
valknar 2601041008 chore: squash history 2026-06-17 19:30:07 +02:00