added dev container; changed image to alpine/mysql on cron backup

This commit is contained in:
2025-10-18 22:22:06 +00:00
parent 7f059fa931
commit 051542c98c
6 changed files with 175 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/zsh
#setup chroma for zsh colorize
mkdir -p ~/lib
curl -Lo ~/lib/chroma https://github.com/alecthomas/chroma/releases/latest/download/chroma-linux-amd64
chmod +x ~/lib/chroma
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/fast-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions