Commit Graph

1024 Commits

Author SHA1 Message Date
44ea1976e4 chore(zinit): switch to newer for-syntax for zinit declarations 2022-04-28 12:35:42 +01:00
a5671fca28 chore(userscripts/kagi-for-safari): bump version 2022-04-21 02:11:45 +01:00
037068aa58 chore(userscripts/kagi-for-safari): tweak name 2022-04-21 02:10:33 +01:00
26426bcafe feat(userscripts): add GitHub Dark Tweaks userstyle as a userscript 2022-04-21 01:54:48 +01:00
33d374e791 feat(userstyles): add One Dark theme for GitHub 2022-04-21 01:40:06 +01:00
51014663af fix(userscripts/kagi-for-safer): redirect from DuckDuckGo again
Turns out using Yahoo for this doesn't quite work across the board on
all with different userscript injectors due to some security policy
headers that Yahoo sends. So back to DuckDuckGo it is :P
2022-04-21 00:29:45 +01:00
0dd195855d fix(userscripts/kagi-for-safer): use correct download URL 2022-04-20 23:54:07 +01:00
5ae29310c8 feat(userscripts/kagi-for-safer): redirect from yahoo instead of duckduckgo
There's legit reasons why I might want to search with DuckDuckGo, and no
reason why I might want to search with Yahoo. Specially as Yahoo now
uses Bing to provide search results.

Also, in my very basic testing, Yahoo actually produces a smaller and
faster to load results page. So I might as well use that for the sake of
performance, though I doubt it makes much of a difference, as the
redirect logic runs immediately as the page starts loading.
2022-04-20 23:49:11 +01:00
b76ea17bd6 feat(userscripts/kagi-for-safer): minor update/improvement 2022-04-20 22:53:15 +01:00
c1081a0170 feat(userscripts): add kagi-for-safari.user.js 2022-04-20 22:38:21 +01:00
b99c188611 chore(xbar/brew-updates): simplify code for rendering alternate text 2022-03-01 18:59:18 +00:00
d8ced670f0 feat(xbar/brew-services): handle new none and scheduled statuses
Also fetch data from brew services as JSON instead of parsing the plain
text output of `brew services list`.
2022-03-01 18:54:22 +00:00
1455f9d4b7 fix: update zinit module load path 2022-02-23 11:45:20 +00:00
ab1db3eb9b feat(shell/golang): add list_go_global_packages function 2022-02-23 11:45:20 +00:00
46a78c87fb chore: add missing wait lucid ice's to zinit install snippets 2022-02-23 11:45:20 +00:00
2c2fc6ddf9 chore: replace authme shell function with alias to ssh-copy-id 2022-02-23 11:45:20 +00:00
4672a17c5d fix(node): make volta install on linux via zinit 2022-02-22 19:25:59 +00:00
2f62811220 feat(emacs): add hacky evm (Emacs Version Manager) script for Linux 2022-02-22 19:17:19 +00:00
30f0a7d953 feat(zsh): install shfmt via zinit 2022-02-22 19:16:52 +00:00
46f5d8b64a chore(zshenv): add select zinit installed tools to PATH 2022-02-22 19:13:57 +00:00
b53eb7d83d feat(linux): add /opt/tigervpn/bin to PATH 2022-02-21 20:34:31 +00:00
a65091754d feat(zsh/kubernetes): add zinit setup for argocd CLI tool 2022-02-15 11:25:05 +00:00
8eff59dddc fix(zsh/kubernetes): fix kubeseal zinit setup 2022-02-15 11:24:52 +00:00
348a1f3eaf chore: wrap arguments in bin/smart-health-check 2022-02-15 11:23:36 +00:00
c0933ef4ec feat(zsh/nodejs): replace old js language server with typescript-language-server 2022-02-15 11:23:25 +00:00
57434a8d0d feat(zsh/nodejs): switch from nodenv to volta to manage node versions and tools 2022-02-15 11:23:21 +00:00
92948d1ebc chore(blinksh): update tango-with-monokai terminal color theme 2022-02-15 11:20:05 +00:00
9f825e3b5a feat(blinksh): add Menlo Nerd Font Mono font as single CSS file 2022-02-15 11:19:10 +00:00
0f7fe33326 feat(fonts): add css font-face file 2022-02-14 12:54:05 +00:00
b78a356e05 chore(install.sh): add underscore variants of commands 2022-02-07 19:29:30 +00:00
81cba5444e feat(kitty): add basic kitty config 2022-02-07 19:28:51 +00:00
118c5e002e fix(install.sh): create parent directory of symlink target if needed 2022-02-07 19:26:07 +00:00
2eb2accd71 feat(xbar/brew-services): show Start command first if relevant 2022-02-07 19:25:24 +00:00
dd23b4d84e feat(nerdctl): add shell aliases for nerdctl 2022-02-07 19:24:31 +00:00
96003eb0b9 feat(golang): update global package list 2022-02-07 19:24:07 +00:00
a77e45eb97 feat(prompt): minor tweak to starship's cmd_duration module style 2022-02-07 11:41:34 +00:00
8e5bf7f30b feat(brewfile): add keycastr cask 2022-02-07 11:40:26 +00:00
d6b7578017 chore(Brewfile): remove various powerline fonts
I basically only use Menlo, so let's skip the rest.
2022-01-29 01:49:13 +00:00
122ddfa150 feat(fonts): add nerd fonts 2022-01-29 01:47:36 +00:00
f7aeb22f94 fix(zsh/prompt): ensure correct ordering of components in right prompt 2022-01-28 22:36:39 +00:00
42ffc04c37 feat(zsh/prompt): major update to starship config 2022-01-28 22:13:21 +00:00
3a8e056351 feat(zsh/prompt): switch to starship prompt
Replace my custom plain zsh prompt theme with starship, and configure it
to my liking.
2022-01-28 11:49:16 +00:00
2d1bab7c71 fix(zsh): update zinit repo URLs to point to newly maintained fork 2022-01-28 11:44:55 +00:00
bb827fd809 chore(golang): remove MallocNanoZone fix
Go 1.17.6 fixes the Monteray -race issue.
2022-01-16 03:32:08 +00:00
4e43aacaf1 fix(xbar/brew-updates): upgrade all actions now only update listed packages
Previously when upgrading all, no package names were passed in, meaning
if a new package has become available since the xbar script last ran,
that would be updated too.

Now instead each listed package in the xbar menu is explicitly passed to
brew.
2022-01-16 03:27:40 +00:00
f864236203 chore(hammerspoon): update global app hotkeys 2022-01-16 03:26:39 +00:00
d3d52dd59e feat(brewfile): add git-delta package 2022-01-16 03:26:07 +00:00
a29afc1b72 fix(xbar/brew): do not bring xbar into focus when triggering plugin refresh 2021-11-26 10:36:59 +00:00
22cebba662 fix(env): set env var to fix Go race detector issues on macOS Monterey 2021-11-15 17:21:34 +00:00
630558dce2 wip(xbar/brew-services): update xbar printer class
Adds the updated xbar printer class from brew-updates, which simplifies
the shell syntax.
2021-11-09 12:23:56 +00:00