this post was submitted on 15 Dec 2025
63 points (98.5% liked)
Programming
26316 readers
389 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
KDE Neon, with Icons-Only task manager and global menu in a top bar. I have shortcuts for moving between activities and custom one for "show in all/show only in current activity" with a KWin script. Window rules for everything to open in the correct activity. Neon is not super stable but it's nice and fun to get the latest KDE stuff.
IDE is Neovim and Rider (Jetbrains)
Neovim config is kickstart.nvim + autosave, noice-ui, commentary, luasnip and harpoon.
Rider has Nyan progress bar, key promoter X, Ideavim and gittoolbox. I want to move to Neovim but debugger experience is very good in Rider. ctrl+p and alt+tab, Navigation is a bit too slow for me.
Also bash, it's big part of my development environment since I really like using the terminal and making alias and functions for everything. I have "clipboard filepath - > js code generator - > clipboard" stuff for example and it's nice to just type
gen -tsto convert C# class to TS interface ready to paste. Play/pause media withp, navigate to project and start itname [all, start, cs].refto fuzzy find a git branch and switch to it. Log how many hours I worked withlogtimeetc. I hate bash as a language but as a tool to interact with the computer I love deeply because you can automate a stupid amount of stuff.Also, no mouse, just trackpad for when I'm forced to use it which is not that often even though I'm in webdev (vimium plugin for browsers MVP there).