Posts tagged with #Software
Current state of SupaLidlGame (2024-05-11)
For the past year and a half, I have been working on a Forsen fan/baj game. The
reason why I am writing this is so I can see how far I’ve gone with this
project and have some motivation to continue working on it, even if it means
forsen will never play this
. I have been meaning to write this
but I have gotten really lazy (Forsen build) and just worked on the game
without bothering.
Do you really need tabs/bufferlines in Neovim?
When I was previously using Emacs, one feature I found that was not really implemented was tabs for each buffer. I was extremely used to bufferlines (which is what people usually mean when they refer to “tab”) as I was using Neovim before I switched to Emacs and back to Neovim. As I got used to it, I found out that I was better off with a buffer list than a bufferline.
Batch download music into your Jellyfin server!
Disclaimer: this guide is only for educational purposes and I do not recommend or condone any of this.
Deemix
I have no association with this software (educational purposes only).
Docker Compose
Here's my docker-compose.yml
that sets up both Deemix and Jellyfin (just an example, I don't actually use this 👍 +500 social credit)
|
|
How use
❓
Make sure that the Deemix download directory is mounted to both Deemix and Jellyfin to automate the process.
Software I Use/Recommend
Dotfiles can be viewed here (emacs config in a separate repo).
Terminal Emulator
I mainly use st
because it starts up instantly. I occassionally use alacritty
since fonts and emojis are currently broken on my build.
Shell
zsh
. It's a better interactive shell that isn't fish
. I wouldn't use fish
because I'm used to writing bash
syntax.
Window Manager
I use bspwm
. It's very easy to configure, and you can easily script it. I've noticed as more time passes, the more logic I include in my configuration file.