Eric Drechsel

Results 150 comments of Eric Drechsel

Wow this is a long thread. I think I have the same issue ``` % ls /Library/Preferences/SystemConfiguration/com.apple.vmnet ls: /Library/Preferences/SystemConfiguration/com.apple.vmnet: No such file or directory ``` however it's being masked by...

Oh I have that file.

It turns out the script was giving a false negative because 653b8e8 left out the `.plist` suffix. @evanmcc, in the original report you are also missing the suffix. What does...

the other part of that commit is needed too, to avoid an error when the file exists. I swear I created a PR for that commit, but I can't find...

I had to change the test on L313 to avoid an error when the file exists (since the test expects an integer) , see the commit message and body of...

thinking it would be nice if this added the entry to /etc/shells if it isn't already there (maybe just add https://github.com/mattly/dotfiles/blob/master/bork/types/shells.sh as well)

Proposal: combine types/shells.sh from mattly/dotfiles with this, a single type with an optional second argument to set as current user shell: ``` ok shell /usr/local/bin/zsh login ``` With this form...

been afk for a bit, will pick this up (and catch up on Rust CLI status) when I get back to personal infra+Nix work

> the problem is it doesn't support the ssh-agent, so it ask for the password EVERY time **Status for discoverability:** rage has a plugin interface but ssh-agent doesn't expose the...

Suggest drawing inspiration from Vimium's Firefox-verse counterpart, VimFx, which has [custom commands](https://github.com/akhodakivskiy/VimFx/wiki/Custom-Commands) pretty fleshed out. They are registered by other extensions, which provide a natural way to distribute them (and...