This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| if [[ command -v codium > /dev/null 2>&1 ]] then | |
| alias code="codium" | |
| fi | |
| code --install-extension adamwalzer.scss-lint | |
| code --install-extension astral-sh.ty | |
| code --install-extension bierner.markdown-mermaid | |
| code --install-extension bpruitt-goddard.mermaid-markdown-syntax-highlighting | |
| code --install-extension charliermarsh.ruff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "background": "#161616", | |
| "black": "#161616", | |
| "blue": "#D97645", | |
| "brightBlack": "#393939", | |
| "brightBlue": "#FC9867", | |
| "brightCyan": "#78DCE8", | |
| "brightGreen": "#A9DC76", | |
| "brightPurple": "#AB9DF2", | |
| "brightRed": "#FF6188", |