Skip Navigation

User banner
Posts
59
Comments
168
Joined
2 yr. ago

  • Could openSUSE MicroOS check the boxes for you?

  • Hang on...I'm testing and writing the procedure on my blog. I will post back here as soon as I'm done.

  • Where there's money, there's war 😬

    --

    "Can't you see,

    It all makes perfect sense,

    Expressed in dollars and cents, pennies, shillings and pence.

  • I was in a somehow similar scenario a few years ago and ended up using profiles.

    I created and configured the "perfect" profile on my laptop and made a copy of it on my flash drive. Then whenever I needed to work on a new machine, all I had to was to copy the profile directory from my flash drive.

    The details may have changed since then, but I think the idea is still applicable. HTH

  • 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:

     yaml
        
    font:
      normal:
        family: Noto Sans Mono Medium
    
      bold:
        style: Bold
        family: Noto Sans Mono
    
      size: 9.0
    
    # the venerable Solarized Light color theme (https://ethanschoonover.com/solarized/)
    colors:
      primary:
        background: '0xfdf6e3'
        foreground: '0x9d9683'
    
      normal:
        black:   '0x073642'
        red:     '0xdc322f'
        green:   '0x859900'
        yellow:  '0xb58900'
        blue:    '0x268bd2'
        magenta: '0xd33682'
        cyan:    '0x2aa198'
        white:   '0xeee8d5'
    
      bright:
        black:   '0x002b36'
        red:     '0xcb4b16'
        green:   '0x586e75'
        yellow:  '0x657b83'
        blue:    '0x839496'
        magenta: '0x6c71c4'
        cyan:    '0x93a1a1'
        white:   '0xfdf6e3'
      
  •  
        
    alias et='emacsclient -ct'
    alias ec='emacsclient -cn'
    alias make='make --warn-undefined-variables'
    
      
  • OpenSUSE Tumbleweed FTW. I've got an old T530 (2012) who's been happily on Tumbleweed since 2019.

    Nowadays I use vanilla Gnome but had a very good experience with Awesome on the same setup. You may want to check the default Sway setup too.