tangled
alpha
login
or
join now
selman.me
/
rc.d
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
.config/glide: install extensions
Selman Kayrancioglu
4 months ago
80e36467
6ab79361
+7
1 changed file
expand all
collapse all
unified
split
private_dot_config
glide
glide.ts
+7
private_dot_config/glide/glide.ts
···
7
7
glide.prefs.set("browser.startup.page", 3);
8
8
glide.prefs.set("browser.warnOnQuitShortcut", false);
9
9
10
10
+
const plugins = [
11
11
+
"https://addons.mozilla.org/firefox/downloads/file/4598854/ublock_origin-1.67.0.xpi",
12
12
+
"https://addons.mozilla.org/firefox/downloads/file/4602298/1password_x_password_manager-8.11.15.5.xpi",
13
13
+
];
14
14
+
for (const plugin of plugins) {
15
15
+
glide.addons.install(plugin);
16
16
+
}
10
17
glide.g.mapleader = "\\";
11
18
glide.o.hint_size = "16px";
12
19