In Europe, we do say 31st August. Want gaslighting, just giving examples.
In Europe, we do say 31st August. Want gaslighting, just giving examples.
Try this…
"What date is it today? "
“Today is the 31st”
“31st of what?”
“The 31st of August”
“…?”
“Today is Saturday the 31st of August, 2024”
Etc.
See. It works even more so
I may or may not do this occasionally with byobu and my own services. Byobu is easier to use.
Dripping
That explains, but doesn’t excuse, the action.
We are deep in the technical weeds here. 95% of Linux usage really doesn’t require such humour unfortunately.
Nobody drinks Lipton in the UK
I recall that there is a USB GPIO dongle which gives you a bunch of pins to play with. You would have to hunt around to find it though.
It’s a fine distribution. I have it on my desktop and at least one laptop. But yes, a weird way to decide to distro hop 🤣
Top tip, if tired, replace the rm -f
part of the command with something innocuous for a first run.
Actually, is better to do this mistake once so that the two important lessons are learned…
Backup (obviously, in your case it was backups, but the point still stands) and double check your command if it has potential for destruction 👍
csh FTW eh 🤣
You can have both python 2 and 3 on the system. It just depends upon which is the default as to how much you break it 👍
The symlink to /usr/bin/python
is the important bit for most software. For deb-based at least, update-alternative is your friend.
Really? Do you have a source for that?
Not sure as I’m on mobile. But your terminal should have a font song you can change.
To be honest, I’ve never investigated seeing a font for a specific app inside a terminal, so that would be new ground.
I think lvim likes patched nerdfonts though? The docs may assist
In windows terminal or will, you go to top left, edit, defaults. You should install patched nerdfonts for best results. Search for zsh fonts wsl (or Lunarvim fonts wsl) for further instructions. Am on phone so can’t help further.
Re macros. If you are editing something and you need to repeat a pattern, eg. Remove every third line or whatever, you just get to your start point and press q<a character> in command mode to start recording into macro buffer <character>. Q to quit then you can reuse it and use it as a command with @<character> Re fonts. It’s your terminal which controls your font in windows. In wsl, eg. The font is controlled by the external windows terminal and not by wsl. It’s dependent upon your environment I’m afraid.
To use any editor with vim bindings takes time and effort. The learning curve is generally quite steep, so if you decide to go down that path, then to switch to a different flavour of vim isn’t too much effort, assuming you have already put the effort in to learn vi/vim/nvim. If you have yet to do that, I strongly suggest that you go dive into using vim for a month or three before you start worrying about which plugin set you prefer. The magic powers are really in the modes, macros and keybindings. For example, VSCode has a decent enough set of keybindings that it’s usable, but I still prefer console editing and on the fly macro creation.
Regarding Lunarvim, for me, it was the first vim ide I found which hit all my requirements, and wasn’t intellij, vs code, etc. But I had been using vanilla vim for nearly 30 years by then. The default plugins which come with lvim are pretty good, so I only add or modify with care. I really can’t afford to lose my ide in a work environment.
Speaking of which, lvim works in most terminal environments, but may require font tweaking on windows, wsl, etc. But then it’s always harder doing stuff in those environments…
I can’t speak for emacs, since I last tried it 20 years ago (although I didn’t like the complex key bindings at the time). I hear that once you commit to one of the two, it’s difficult to transition to the other, but ymmv 😁
I had become heavily into vim, but needed something easy to set up as I no longer have time for tinkering, and also wanted to replace so called ide’s with something in my terminals. Paired with byobu for terminal multiplexing, I rarely need to leave my terminal. As an aside, I am also toying with ollama in a byobu split as my sme/ man page wrangler for when I’m too busy to waste time looking for the exact syntax it library to do what I want. Working well so far
What could possibly go wrong?