最近CLIツールが好んで設定を書き込む ~/.config ディレクトリとは何か?
https://qiita.com/ssc-ksaitou/items/328e11737f12de366b7a?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
最近CLIツールが好んで設定を書き込む ~/.config ディレクトリとは何か?
https://qiita.com/ssc-ksaitou/items/328e11737f12de366b7a?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
I installed two terminals that I see a lot of on the web: Kitty and Ghostty, today I wrote a small little config file to get started with Kitty. As one of my favorite colors is orange and fonts Lucida Console (as it's readable) I began with assigning those basic things to my Kitty config file.
I need to get comfortable with config files again, as eventually it will be an essential part of my life. I do plan on going to a Systemd free NixOS, FreeBSD, or a few other options that have cropped up.
As my laundry is nearly done (comforter is in the dryer for a long dry cycle) this is a perfect little diversion to delay my boredom.
The website for further customization is:
JStar (@_Sagiquarius_)
사용자가 상태 페이지에서 'spark'가 자신의 Plus 계정에 표시되는 것을 발견했고, 이전에는 없었다고 보고함. 작성자는 Spark가 Plus 이상 계정에 곧 제공되는지, 사용자가 config.toml에 수동으로 spark를 인스턴스화할 수 있는지 등을 문의함.

Uh, @LLMJunky @ajambrosino @thsottiaux @btibor91 This status page shows spark for my Plus account. This wasn't there the other day. Spark isn't a model I can pick, but are you guys about to make it available for Plus and up? Can we manually instantiate spark in config.toml?
🕐 2026-02-27 00:00 UTC
📰 202602個人的claude code設定 (👍 99)
🇬🇧 Personal Claude Code setup guide: bypass-permissions for autonomy + cage for safe sandboxing to prevent unwanted file deletions
🇰🇷 Claude Code 개인 설정 가이드: 자율 작업을 위한 bypass-permissions + 원치 않는 파일 삭제 방지를 위한 cage 샌드박싱
📰 202602個人的claude code設定 (👍 83)
🇬🇧 Personal Claude Code config guide: setting up bypass-permissions for autonomous work while using 'cage' to safely sandbox operations.
🇰🇷 Claude Code 개인 설정 가이드: bypass-permissions로 자율 작업 설정하고 'cage'로 안전하게 샌드박스 운영하기.
How about a configuration format that is actually format agnostic? Something like this:
#! /bin/env fancy-file-format
26m2zKqSa... (some binary data)
Then you just run it like that 🤯
# Print data as JSON
./config.fff --format json
# Write data from YAML
echo "so = true" | ./config.fff --format yaml
# Edit data as temporary TOML file
./config.fff --format toml --edit