What are the contents of /etc/hostname
and /etc/hosts
? Also don’t forget to reboot after changing the hostname!
What are the contents of /etc/hostname
and /etc/hosts
? Also don’t forget to reboot after changing the hostname!
I’ve used GNOME’s terminal, Konsole, kitty, st, cool-retro-term, Alacritty, foot, and Wezterm.
The things I want from a terminal emulator are:
Wezterm is afaik the only one with all of those.
Konsole is actually a pretty good terminal emulator, its big downside is that it looks horribly out-of-place in anything other than Plasma. So as long as you stay on Plasma, Konsole is a good choice. If you ever move to a WM or something, I recommend foot or Wezterm.
Alacritty has some degree of customisability, Konsole has more, but either way it’s nothing when compared to Wezterm. It is really fast though!
The thing that skews the duel in favour of Konsole for me is the ligature support. I use neovim for programming and we all know code ligatures are a godsend, so ligature support in the terminal is very much a thing that I want.
Sofia Sans, JetBrains Mono/Iosevka/Fira Code, noto-fonts-emoji if you want emoji to work, maybe Atkinson Hyperlegible if that’s your thing
sudo echo "set completion-ignore-case on" >> /etc/inputrc
Note to everyone (like me) who didn’t immediately understand this was satire:
This is satire.
deleted by creator
Garuda is definitely the right choice for your use case.
Back in the day when a lot of things things were capped at 8 characters, my uncle used to work for a company where they had (first 7 letters of last name) + (first letter of first name).
At least until they hired a woman named Margaret Manspera. Luckily, mansperm@company.com was spotted in advance, and she was given margaret@company.com instead.
Move all your heavily modified config files into a git repository and host it somewhere. Then symlink all your config files to where they should be with ln -s ~/.config/whatever ~/gitrepo/whatever
. That’s how you preserve your important configs.
You can easily get a list of your installed packages (which you can keep in your repository) with apt list --installed > packages.txt
. You can then format that list to one you can install from with sed -e "s-/.*$--" <packages.txt
(or something, i don’t have apt, can’t test it fully).
In fact, if someone here is more familiar with apt, please find a way to filter out packages that were not explicitly installed and reply to this comment with your solution.
can we please forget about this meme template?
No good code font would make 1
and l
look identical. Character differentiability is like the most important thing.
Look, JetBrains did it right.
Wezterm is my favourite because it’s really configurable and supports ligatures. Konsole is also quite nice. Generally I’m in favour of using whichever one comes with your DE, or Wezterm if you use a WM.
Kitty is probably the most popular one, but I don’t like it cause
no ligature supportno accelerationit claims it has good font management, but fonts never worked properly in my experience.Alacritty and Foot are also popular for their performance. Alacritty does have some stability issues though.