this post was submitted on 24 Nov 2025
323 points (97.6% liked)

unixsocks on fediverse

2703 readers
10 users here now

About !unixsocks@lemmy.blahaj.zone on fediverse:

Unixporn + socks

Rules:

All non-meme posts should consist of the poster with socks, thigh highs, stockings, or even just legs, feel free to get creative!

A Unix-like OS is preferred, but any operating system is fine, as long as you are doing cool, or unique stuff with it.

Hate speech or discrimination will not be tolerated, we are protective of our lgbtq, neurodiverse, and culturally diverse members, but any sexism, racism, classism, or other bigotry will not be tolerated, and will result in am immediate ban that you may try and appeal.

NSFW post must have NSFW flag.

founded 2 years ago
MODERATORS
 

what five years of computer science will do to you

(rate my gentoo setup :3)

@unixsocks

you are viewing a single comment's thread
view the rest of the comments
[–] aqua_cat@pawb.social 18 points 3 days ago (3 children)

I have few things to say.

  • firstly I might be trippin but does your sysfetch say you have 17.4 Gb of RAM? HOW?
  • also I see you're using bash. at this point you might as well try zsh with omz.
  • and why VScode when already you are using neovim (or other terminal code editor)? If you reeeally need the ecosystem try Codium. I doesn't have all the exstenaions but if it has the one you need it is less bloated vscode (and gentoo users hate bloat)

also the setup is nice ig

[–] grue@lemmy.world 18 points 3 days ago (1 children)

bash is copyleft. zsh is permissive. Therefore, bash is superior.

[–] alsaaas@lemmy.dbzer0.com 7 points 3 days ago (1 children)
[–] victorz@lemmy.world 4 points 2 days ago

Fish clear winner for it's simplicity and performance.

[–] Cort@lemmy.world 8 points 3 days ago (1 children)

sysfetch say you have 17.4 Gb of RAM? HOW?

igpu

My bet is they have 24GB total with 6GB dedicated to the iGPU.

[–] hameru@cyberplace.social 7 points 3 days ago (1 children)

@Cort @aqua_cat almost!
It's actually 20GB total with 2GB for the iGPU

[–] Cort@lemmy.world 2 points 3 days ago

Darn it, that was my next guess. 4GB soldered + 16GB since it's a laptop with a U series chip?

[–] Gwen@lemmy.blahaj.zone 10 points 3 days ago (2 children)

fish is a nice shell btw, but yeah, meh on bash

[–] alsaaas@lemmy.dbzer0.com 6 points 3 days ago (2 children)

Using bash is saner than any ZSH config out there, fish on the other hand is peak

[–] hameru@cyberplace.social 2 points 2 days ago (1 children)

@alsaaas @Gwen I've actually looked a bit into fish before, but didn't switch

does the lack of posix compliance not cause issues in practice? like, has it ever broke some script you wanted to run?

[–] alsaaas@lemmy.dbzer0.com 2 points 2 days ago* (last edited 2 days ago)

It's its own language, but it doesn't break existing e.g. bash scripts because you declare them to be bash with #!/bin/bash in the first line right? So your shell doesn't matter. Also you can always nest shells and just run bash if you really need it

You just shouldn't set it as your login shell because of that, they have tutorials on that on their website and the Arch wiki explains it too

[–] fushuan@lemmy.blahaj.zone 1 points 2 days ago (1 children)

Uh, check zsh4humans. It is basically fish, but with powerlevel10k terminal skin which is blazing fast.

[–] alsaaas@lemmy.dbzer0.com 2 points 2 days ago* (last edited 2 days ago) (1 children)

Thanks, but I like my sane defaults Rust shell and as a scripting lang, fish is also really nice

[–] victorz@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

+1 for scripting with fish. Reduced the LOC in my scripts collection by probably 50%, while increasing legibility/maintainability by probably at least 100%. Absolute beast of a lang.