First you need to install the locales you want:
sudo dpkg-reconfigure localesThen refresh your current environment:
| { | |
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | |
| "env": { | |
| "CLAUDE_CODE_DISABLE_AUTO_MEMORY": "1", | |
| "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1", | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1", | |
| "DISABLE_BUG_COMMAND": "1", | |
| "DISABLE_ERROR_REPORTING": "1", | |
| "DISABLE_TELEMETRY": "1", | |
| "ENABLE_TOOL_SEARCH": "auto:5" |
| #!/bin/bash | |
| # This is a quick installer | |
| # script I made to build and install the latest version of | |
| # fish on my Raspberry Pi. | |
| # | |
| # Use at your own risk as I have made no effort to make | |
| # this install safe! | |
| set -e |
| { | |
| "service":{ | |
| "nat":{ | |
| "rule":{ | |
| "1":{ | |
| "description":"Redirect DNS queries to adguard/pihole", | |
| "destination":{ | |
| "port":"53" | |
| }, | |
| "source":{ |