Files
git.limbosolutions.com/.devcontainer/scripts/postCreate.sh
Márcio Fernandes 192e1df7c5 - added decontainer
- fix offsite backup
- upgraded helm char
2025-09-13 15:00:37 +00:00

12 lines
422 B
Bash

#!/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