diff --git a/.devcontainer/docker-in-docker/devcontainer.json b/.devcontainer/docker-in-docker/devcontainer.json index 98cf16064..ebb234b10 100644 --- a/.devcontainer/docker-in-docker/devcontainer.json +++ b/.devcontainer/docker-in-docker/devcontainer.json @@ -34,7 +34,7 @@ "path": "/bin/zsh" } }, - "terminal.integrated.fontFamily": "FiraCode Nerd Font" + "terminal.integrated.fontFamily": "FiraCode Nerd Font, Menlo, Monaco, Cascadia Code, Consolas, Courier New, monospace" }, "extensions": [ // go diff --git a/.devcontainer/docker-in-docker_slim/devcontainer.json b/.devcontainer/docker-in-docker_slim/devcontainer.json index b163e93e7..e2d9608e0 100644 --- a/.devcontainer/docker-in-docker_slim/devcontainer.json +++ b/.devcontainer/docker-in-docker_slim/devcontainer.json @@ -28,7 +28,7 @@ "path": "/bin/zsh" } }, - "terminal.integrated.fontFamily": "FiraCode Nerd Font" + "terminal.integrated.fontFamily": "FiraCode Nerd Font, Menlo, Monaco, Cascadia Code, Consolas, Courier New, monospace" }, "extensions": [ "ms-azuretools.vscode-docker", diff --git a/.devcontainer/docker-outside-of-docker/devcontainer.json b/.devcontainer/docker-outside-of-docker/devcontainer.json index e29304995..331e254be 100644 --- a/.devcontainer/docker-outside-of-docker/devcontainer.json +++ b/.devcontainer/docker-outside-of-docker/devcontainer.json @@ -41,7 +41,7 @@ "path": "/bin/zsh" } }, - "terminal.integrated.fontFamily": "FiraCode Nerd Font" + "terminal.integrated.fontFamily": "FiraCode Nerd Font, Menlo, Monaco, Cascadia Code, Consolas, Courier New, monospace" }, "extensions": [ // go diff --git a/.devcontainer/docker-outside-of-docker_slim/devcontainer.json b/.devcontainer/docker-outside-of-docker_slim/devcontainer.json index 6a4e90025..da5c8ee04 100644 --- a/.devcontainer/docker-outside-of-docker_slim/devcontainer.json +++ b/.devcontainer/docker-outside-of-docker_slim/devcontainer.json @@ -38,7 +38,7 @@ "path": "/bin/zsh" } }, - "terminal.integrated.fontFamily": "FiraCode Nerd Font" + "terminal.integrated.fontFamily": "FiraCode Nerd Font, Menlo, Monaco, Cascadia Code, Consolas, Courier New, monospace" }, "extensions": [ "ms-azuretools.vscode-docker", diff --git a/.devcontainer/zsh/install-zsh-plugins.sh b/.devcontainer/zsh/install-zsh-plugins.sh index 71ff69e8f..bde01a99f 100755 --- a/.devcontainer/zsh/install-zsh-plugins.sh +++ b/.devcontainer/zsh/install-zsh-plugins.sh @@ -20,16 +20,3 @@ git clone --depth 1 https://github.com/z-shell/F-Sy-H.git ${ZSH_CUSTOM:-$HOME/.o /usr/bin/containerlab completion zsh > "/home/vscode/.oh-my-zsh/custom/plugins/zsh-autocomplete/Completions/_containerlab" # add clab alias to the completions sed -i 's/compdef _containerlab containerlab/compdef _containerlab containerlab clab/g' /home/vscode/.oh-my-zsh/custom/plugins/zsh-autocomplete/Completions/_containerlab - -### -### FiraCode Nerd Font -### - -mkdir -p ~/fonts && pushd ~/fonts -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/5a7581110f60e3ac87c3fe4f8c2204cf/FiraCodeNerdFont-Bold.ttf -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/8bdbb5f62cd60b567b599bb0c2673473/FiraCodeNerdFont-Light.ttf -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/58c9962f71b86e098a9bd62652b47248/FiraCodeNerdFont-Medium.ttf -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/58c9962f71b86e098a9bd62652b47248/FiraCodeNerdFont-Regular.ttf -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/58c9962f71b86e098a9bd62652b47248/FiraCodeNerdFont-Retina.ttf -curl -LO https://gitlab.com/rdodin/pics/-/wikis/uploads/58c9962f71b86e098a9bd62652b47248/FiraCodeNerdFont-SemiBold.ttf -popd \ No newline at end of file