Object
@Object@sh.itjust.works
- Comment on What does it mean when the vs code says this ? 3 days ago:
These are things I would try:
- Restart VSCode
- Restart computer (because newly installed programs don’t get registered by other programs until you fully restart them)
- Click on the down arrow next to plus icon (which is next to the text “powershell") in your screenshot, and see if git bash is available there. It should appear as an entry in the list.
Not sure what I would do if none of these work.
- Comment on What does it mean when the vs code says this ? 3 days ago:
You don’t have git installed on your PC. Download the installer from https://git-scm.com/install/windows, or just enter this command to install it:
winget install --id Git.Git -e --source winget - Comment on Selfhosting Sunday - What's up to date, selfhosters? 9 months ago:
sops-nix + rootless podman turns out to be much tricker than I imagined. Spent like 2 days over this shit just to get it in the central config when I could have just manually loaded the config files and change the permission… I eventually solved it by running
rootlesskitin the activation script to copy the decrypted file into a temporary folder and changing the permission to the correct sub-user. Not worth the time though. - Comment on What do you use for notes? 1 year ago:
If you’re considering (something) + Syncthing, try Orgmode. It looks like Markdown but has a lot of features for note management and navigation.