mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
f332ba6c10
Instead of stowing dotfiles individually by software, and instead of stowing dotfiles based on working environment, I now just stow all dotfiles at once, so the extra hierarchy isn't needed.
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"__meta__": {
|
|
"about": "HTTPie configuration file",
|
|
"help": "https://httpie.org/docs#config",
|
|
"httpie": "0.9.8"
|
|
},
|
|
"default_options": [
|
|
"--session-read-only", "~/.httpie/headers.json"
|
|
]
|
|
}
|