• 0 Posts
  • 4 Comments
Joined 10 months ago
cake
Cake day: August 26th, 2024

help-circle
  • You could also setup a git repo for your config files. That way you could revert changes, if you break something.

    If you don’t want do open your pi up to the internet you could take a look at tailscale. I use this script on my laptop and home pc to share files with sshfs while having any other traffic go through mullvad. Set this up on your pi with it as an exit node and you basically have access from anywhere.


  • I’m using st with tmux. It’s in written in c, simple configuration can be done by editing the header file(s). More complex customization (such as visual bell or transparency) can be done via patch files.

    Not the most beginner friendly terminal but super light weight and fast.

    I was tinkering with ollama+deepseek and trying to integrate it into my bash functions, but gave up, because i could not supress that stupid “thinking…” prompt. Found it easyer to just have a browser window open (switching windows can become muscle memory in tiling wms like i3/sway or dwm).