There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

bahmanm , in Share your terminal emulator theme configuration
@bahmanm@lemmy.ml avatar

I use Emacs (and libvterm) for almost all my terminal’y needs 😅

In rare cases where I need a terminal outside Emacs, I use Alacritty.

Here’s the relevant config from ~/.config/alacritty/alacritty.yml:

<pre style="background-color:#ffffff;">
<span style="color:#63a35c;">font</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono Medium
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bold</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">style</span><span style="color:#323232;">: </span><span style="color:#183691;">Bold
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">size</span><span style="color:#323232;">: </span><span style="color:#0086b3;">9.0
</span><span style="color:#323232;">
</span><span style="font-style:italic;color:#969896;"># the venerable Solarized Light color theme (https://ethanschoonover.com/solarized/)
</span><span style="color:#63a35c;">colors</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">primary</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">background</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xfdf6e3'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">foreground</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x9d9683'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x073642'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xdc322f'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x859900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0xb58900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x268bd2'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xd33682'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x2aa198'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xeee8d5'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bright</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x002b36'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xcb4b16'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x586e75'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0x657b83'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x839496'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x6c71c4'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x93a1a1'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xfdf6e3'
</span>
coralof , in Share your terminal emulator theme configuration
@coralof@lemmy.world avatar

Bash on Terminator with powerline theme from Oh-My-Bash. I think the colors are the generic Linux colors in Terminator.

rakstar , in Your best terminal aliases

Technically not aliases but I have these in my ~/.bash_aliases so…

bind ‘“\e[A”: history-search-backward’
bind ‘“\e[B”: history-search-forward’

Type a few letters and press up/down arrow to scroll through matching history entries.

Also…

alias s=“cd -”

It’s like Alt+Tab for CLI.

0x4E4F , in Share your terminal emulator theme configuration
@0x4E4F@lemmy.fmhy.ml avatar

Nothing interesting it’s xfce-terminal with GreyBird. Simple, but it does the job.

somedaysoon ,
@somedaysoon@lemmy.world avatar

Another XFCE Terminal user here, I use the Dark Pastels preset.

xoggy , in Share Your Favorite Linux Distros and Why You Love Them
@xoggy@programming.dev avatar
Lotsen , in Share Your Favorite Linux Distros and Why You Love Them
@Lotsen@lemmy.dbzer0.com avatar

Nobara

  • easy to use
  • fast on my hardware
  • fedora based
  • KDE
InternetPirate OP ,

dupe

agent_flounder ,
@agent_flounder@lemmy.one avatar

Also, gaming works out of the box on my hardware (my gfx card wasn’t fully supported by 5.x kernel)

Lotsen ,
@Lotsen@lemmy.dbzer0.com avatar

Another reason to use :)

mrdelmo , in Share Your Favorite Linux Distros and Why You Love Them

I’ve been a Mint faithful for a few years now

kalipike , in OpenRGB: Open source, cross-platform RGB lighting control that doesn't depend on manufacturer software

I love OpenRGB. It’s such a fast and lightweight alternative to Corsair iCUE, which is needlessly heavy, clunky, and resource-intensive just to tell your lights what color to be.

gobbling871 , in Share Your Favorite Linux Distros and Why You Love Them

Arch (BTW)

gobbling871 ,

I’m currently happy with it

gobbling871 ,

So many powerful tools that are not easy to find on other distros.

gobbling871 ,

Basically, have fine tuned my setup so much that it’s almost impossible to think of another distro.

InternetPirate OP ,

dupe

DigitalPortkey ,

And with archinstall I’d argue it’s about as easy to install as most “normal” distros these days.

ReakDuck ,

I’d also agree… but everytime I tried to use archinstall, it always failed, felt impossible for me to install arch

shapis , in Share Your Favorite Linux Distros and Why You Love Them
@shapis@lemmy.ml avatar

Arch.

I don’t love it, like at all. But it’s the least buggy and easiest to use one I’ve tried.

I really wish there was a simple plug and play, everything just works and doesnt break on updates distro.

Lamy , in Share Your Favorite Linux Distros and Why You Love Them

Garuda

Lamy , in Share Your Favorite Linux Distros and Why You Love Them

Debian

tuto193 , in Share Your Favorite Linux Distros and Why You Love Them

Pop!_OS

DarthVi ,

I agree, it’s great!

  • image with baked in nvidia drivers which work out of the box without too much fuss
  • if you encounter problems, you can refer to the system76 website or use a solution provided by the community, since it’s based on Ubuntu
  • installation with full disk encryption enabled by default
  • right now it uses a slightly customized version of GNOME as DE (with “normal”/traditional windows and optionally a tiling wm), but system76 is working on a Rust-based DE, named Cosmic DE
zybir ,

I’ve been using Pop for about 2 years. I have yet to run into an issue that I couldn’t fix. It’s the first distro that made ditching windows easy.

los_chill ,

I feel the same coming from Mac. Things seem to just work. I’m not a Linux wiz so minimal headaches while learning to tinker make it perfect for me.

fugepe , in Share Your Favorite Linux Distros and Why You Love Them

OpenSuse, Fedora second.

probably_a_robot , in ZorinOS?

This was my first distro! It’s very beginner friendly and customization was very easier without requiring knowledge of GNOME extensions (which aren’t hard to set up once you know they exist). The Wine integration is nothing short of fantastic making it very easy to install Windows apps and it even recommends some native Linux equivalents (Heroic Games launcher if you try to install Epic Games). I have since switched to Fedora Workstation Edition, but Zorin is a good way to dip your toe in the Linux pool while you learn more about it

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines