Initial commit: pod setup and shell scripts
Add create_pod_langflow.sh (Langflow + Langfuse Podman pod with pinned image versions), set-colors.sh, .gitignore, and local .claude config. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
5
set-colors.sh
Executable file
5
set-colors.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
mkdir -p ~/.config/xfce4/terminal
|
||||
cat > ~/.config/xfce4/terminal/terminalrc << 'EOF'
|
||||
[Configuration]
|
||||
ColorPalette=#000000;#ef5350;#4e9a06;#c4a000;#5f87ff;#75507b;#06989a;#d3d7cf;#555753;#ef2929;#8ae234;#fce94f;#729fcf;#ad7fa8;#34e2e2;#eeeeec
|
||||
EOF
|
||||
Reference in New Issue
Block a user