feat: Updated the dockerfile and devpod json to integrate neovim better and include oh-my-zsh. Also initializes the esp tools
This commit is contained in:
@@ -3,10 +3,15 @@
|
||||
"build": {
|
||||
"dockerfile": "DockerFile"
|
||||
},
|
||||
"remoteUser": "ubuntu",
|
||||
"features": {
|
||||
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {
|
||||
"version": "stable"
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
"idf.espIdfPath": "/opt/esp/idf",
|
||||
"idf.toolsPath": "/opt/esp",
|
||||
"idf.gitPath": "/usr/bin/git",
|
||||
@@ -14,10 +19,14 @@
|
||||
},
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools",
|
||||
"espressif.esp-idf-extension"
|
||||
"espressif.esp-idf-extension",
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
"source=${env:HOME}/.config/nvim,target=/home/ubuntu/.config/nvim,type=bind"
|
||||
],
|
||||
"runArgs": [
|
||||
"--privileged",
|
||||
"-v",
|
||||
|
||||
Reference in New Issue
Block a user