this post was submitted on 19 Mar 2024
57 points (98.3% liked)

Unixporn

14984 readers
4 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 
  • SwayFX
  • Swaybar (hidden unless I'm holding down Alt)
  • NeoVim
  • Firefox
  • Zathura
  • feh (image viewer)

NeoVim & LaTeX with Zathura for viewing NeoVim in .sh, cmatrix, fetch.sh, cpipes, cbonsa Wallpaper with Swaybar NeoVim with Sway config, & feh

you are viewing a single comment's thread
view the rest of the comments
[–] d950@lemmy.world 3 points 5 months ago (1 children)

Looks great! What's your Neovim config?

[–] mac@infosec.pub 2 points 5 months ago (1 children)

It's a custom one using Lazy, and the material gruvbox theme it started based on Kickstart.nvim.

[–] F04118F@feddit.nl 2 points 5 months ago (1 children)

Sounds great! Is there a reason you can't share the repo? If you're not version-managing your dotfiles yet, I highly recommend chezmoi. It simply creates a git repo somewhere in .local/share and then lets you sync your home dir to that and the other way around, as well as diff etc.

[–] mac@infosec.pub 2 points 5 months ago* (last edited 5 months ago)

Ah it's all just managed in GitHub with some Ansible playbooks which run all my setup tasks, it used to be a POSIX sh script and might be again one day but Ansible works really well.. You can see it here