tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
🔧 Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
✨ Add auto-install for Zed extensions
davidgasquez.com
3 weeks ago
ee0c0cf3
b9926496
+14
1 changed file
expand all
collapse all
unified
split
zed
settings.json
+14
zed/settings.json
···
26
26
},
27
27
},
28
28
"icon_theme": "Catppuccin Frappé",
29
29
+
"auto_install_extensions": {
30
30
+
"astro": true,
31
31
+
"basher": true,
32
32
+
"catppuccin-icons": true,
33
33
+
"csv": true,
34
34
+
"dockerfile": true,
35
35
+
"git-firefly": true,
36
36
+
"html": true,
37
37
+
"ini": true,
38
38
+
"make": true,
39
39
+
"markdown-oxide": true,
40
40
+
"sql": true,
41
41
+
"toml": true,
42
42
+
},
29
43
}