aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Brewfile2
-rw-r--r--Library/Application Support/Code/User/settings.json7
2 files changed, 8 insertions, 1 deletions
diff --git a/Brewfile b/Brewfile
index 38067af..3a6e6bc 100644
--- a/Brewfile
+++ b/Brewfile
@@ -58,6 +58,7 @@ brew "emacs"
brew "nmap"
brew "pulumi"
brew "fork-cleaner"
+brew "whalebrew"
tap "bufbuild/buf"
brew "buf"
@@ -81,6 +82,7 @@ cask "drawio"
cask "figma"
cask "discord"
+
# My tools
brew "cobraz/tools/trippl-timely"
diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json
index 0e4e70f..099e6e4 100644
--- a/Library/Application Support/Code/User/settings.json
+++ b/Library/Application Support/Code/User/settings.json
@@ -1,5 +1,4 @@
{
- "window.zoomLevel": 0,
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
@@ -65,5 +64,11 @@
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
+ },
+ "files.associations": {
+ "*.graphql": "graphql"
+ },
+ "[markdown]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
}
} \ No newline at end of file