myLimbo.docker.role

This commit is contained in:
2025-09-14 13:01:41 +00:00
parent 19e9ec962e
commit 12f2c73ff7
9 changed files with 105 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ ZSH_THEME="gnzh"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git timer web-search ssh kubectl helm colorize zsh-autosuggestions rclone ansible)
plugins=(git timer web-search ssh kubectl helm colorize zsh-autosuggestions fast-syntax-highlighting)
ZSH_COLORIZE_TOOL=chroma
source $ZSH/oh-my-zsh.sh
@@ -105,5 +105,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"
DISABLE_AUTO_UPDATE=true
DISABLE_UPDATE_PROMPT=true
export FAST_HIGHLIGHT_CHROMA_PATH="/home/vscode/lib/chroma"
export FAST_HIGHLIGHT_CHROMA=1
export PATH=$PATH:/home/vscode/lib
export PATH=$PATH:/home/vscode/lib

View File

@@ -5,8 +5,7 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
"golang": "latest"
"ghcr.io/devcontainers-extra/features/ansible": {},
},
// "features": {},
@@ -16,14 +15,13 @@
// "customizations": {},
"mounts": [
"source=${localWorkspaceFolder}/.devcontainer/kubectl/.zshrc,target=/home/vscode/.zshrc,type=bind,consistency=cached",
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached",
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
],
"remoteEnv": {
},
"postCreateCommand": "bash .devcontainer/kubectl/scripts/postCreate.sh",
"postCreateCommand": "bash .devcontainer/scripts/postCreate.sh",
"customizations": {
"vscode": {
"extensions": [

View File

@@ -8,3 +8,4 @@ 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