mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 01:40:17 +00:00
303 B
303 B
https://iterm2colorschemes.com/
"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 '") +
"'";