💾 Archived View for thatit.be › 2024-08-04-08-25-42.gmi captured on 2024-09-29 at 00:36:30. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-12-17)

-=-=-=-=-=-=-

ubuntu reference system

I’m putting Ubuntu on one of my systems so that I have a place to try a thing before I tell Ubuntu-using friends to try a thing I’ve previously only ever done under NixOS.

configuration

Edit /etc/inputrc to set editing-mode to vi.

Install the following: - Tmux - Neovim - Kitty - ripgrep - curl - Obsidian (from beta appimage on obsidian.md) + zlib1g (for libz.so) - curl

The EDITOR variable isn’t set by default anymore. Append the following content to .bashrc:

set -o vi # semi-redundant
shopt -s histverify
export EDITOR=nvim
alias newnote="(cd ~/messy; ${EDITOR} notes/$(date '+%Y-%m-%d-%H-%M-%S').md)"

weird things

Ubuntu advertises some kind of app store upon login, but it’s not integrated with apt, everything I’ve needed to install has been via apt, none of my usual tools are in the app store.

I couldn’t figure out how to get libfuse to be usable by the AppImage, so I had to explode the Obsidian files into a directory and run it from the exploded files instead of the bundled AppImage.

Tags

#ubuntu

Navigation

index

tags

updated: 2024-08-04 10:04:08

generated: 2024-09-27