Because I need to get this out of my system

Linux Log: Wednesday, April 16, 2025

Published on: Apr 16, 2025 at 08:36 PM • Updated on: Apr 17, 2025 at 07:43 AM • 1 min read

Today was spent mostly just kind of using it. I did add a few things:

  • Installed lazygit: sudo dnf copr enable atim/lazygit -y && sudo dnf install lazygit
  • Configured Syncthing to autostart: cp /usr/share/applications/syncthing-start.desktop .config/autostart/
  • Installed wl-clipboard (similar to pbcopy on macOS): sudo dnf install wl-clipboard

I also set up my .emacs.d as a git repo and started combining things so it works on Linux and macOS. I tried using synching to sync the entire directory, but things got weird, so I’m cherry-picking most of the config files and using Git.

I have too many lines that start with (if (eq system-type 'darwin)...) but I’ll take what I can get for now. I modified some hardcoded paths to use system-specific variables like user-emacs-directory. I installed the same fonts on both machines. Startup frames and fonts are different sizes. Stuff like that. This will be an ongoing thing, I’m sure.