💾 Archived View for mio.vern.cc › 2024-05-05-day-0.gmi captured on 2024-08-24 at 23:30:30. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
---
date: 2024-05-05T20:39:56Z
update: 2024-05-10T04:04:52Z
---
Day 0
- First day at ~vern. Thanks to ~vern staff for membership acceptance.
- Learned to add and remove packages to the user nix profile.
- Set up a very basic dev space with some packages and shell aliases.
- Added a tmux config in ~vern colours.
- Packages: go, nim, nimble, polyml
- Had a bit of trouble installing nimble, package listed yet not found.
- Workaround 1: built flake-nimble off-band, `nimble install`.
- Workaround 2: fetch binaries from official website and Nimble source repo.
- Started a gemini log with gemwriter.
- Felt great to ssh into a clean ~ dir.
tmux status bar in vern-inspired colours
# Add in ~/.config/tmux/tmux.conf
set -g status-bg "#282c34"
set -g status-fg "#bbc2cf"
set-window-option -g window-status-current-style "bg=#51afef,fg=#282c34"
set -g status-left "#[fg=#282c34,bg=#ff6c6b] #S » "
Links
flake-nimble
gemwriter