No description
  • Shell 39.4%
  • Ruby 24.8%
  • Lua 17.7%
  • Python 12.7%
  • CSS 2.8%
  • Other 2.6%
Find a file
Artur Gurgul 0003478da8 printup: replace 'select' subcommand with --select/--set-default flags
Remove sys.argv pre-parse hack that caused argument conflicts.
Everything is now proper argparse flags:
  --select            TUI picker; saves default; with FILE also prints
  --set-default NAME  save named printer as default without TUI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-25 17:45:21 +02:00
.claude Add Claude memory: multi-machine replicable setup requirement 2026-06-24 13:34:12 +02:00
bin Add Zed, switch system UI font to Noto Sans, fix sfwbar text spacing 2026-06-25 14:02:01 +02:00
doc add doc 2025-08-06 17:55:14 +02:00
docs docs: fix Sway groups — seatd uses -g video, no seat group on this machine 2026-06-25 12:46:24 +02:00
home printup: replace 'select' subcommand with --select/--set-default flags 2026-06-25 17:45:21 +02:00
lib Add example of ZeroMQ 2025-09-10 18:35:55 +02:00
recipes update 2025-11-27 13:18:08 +01:00
.nvimlog update 2025-11-27 13:18:08 +01:00
CLAUDE.md Add Zed, switch system UI font to Noto Sans, fix sfwbar text spacing 2026-06-25 14:02:01 +02:00
install Update install script 2026-01-16 03:56:48 -06:00
Makefile update 2025-11-27 13:18:08 +01:00
readme.md update 2025-11-27 13:18:08 +01:00

Installing the environment

curl -sSL https://gurgul.pro/artur/environment/raw/branch/main/install | bash

Config:

Variable Name Default Value Description
DAT_CACHE_PATH ${HOME}/.cache/dat/ Path where cached data is stored.
DEFAULT_INTERNET_LOGIN not set
DAT_VM_DATA ${DAT_CACHE_PATH}/vm Directory for storing VM-related data.

Installing build daemon

make install-daemon