add iterm2
[webi-installers/.git] / iterm2 / schemes.md
diff --git a/iterm2/schemes.md b/iterm2/schemes.md
new file mode 100644 (file)
index 0000000..55bc4fd
--- /dev/null
@@ -0,0 +1,15 @@
+https://iterm2colorschemes.com/
+
+```js
+"wget '" +
+  $$('a[href^="https://raw.githubusercontent.com"')
+    .map(function (a) {
+      if (/\.itermcolors/.test(a.href)) {
+        // a.innerText "Tomorrow Night"
+        return a.href;
+      }
+    })
+    .filter(Boolean)
+    .join("'\nwget '") +
+  "'";
+```