Essentials
This is the 2024 edition (updated for 2026-). Here we go.
Hardware
Software
- Raspberry Pi OS Desktop + bundled software
- chisel – static site generator
- detox – tames problematic filenames
- entr – to run arbitrary commands when files change
- fd – a simple, fast, user-friendly alternative to find
- fish – a smart and user-friendly command line shell
- foot – a fast, and minimalistic terminal emulator
- fzf – a command line fuzzy finder
- gimp – GNU image manipulation program
- git – distributed version control system
- gnumeric – a free, open-source spreadsheet application
- gpg – GNU privacy guard
- pass – the standard unix password manager
- pngquant – lossy PNG image compression
- python – programming language
- matplotlib – plotting library
- numpy – numerical computing library
- pandas – data analysis library
- ruff – python linter and code formatter
- uv – python package and project manager
- rename – perl rename script
- ripgrep – recursive search tool
- rsync – utility for incremental file transfer
- typst – modern typesetting system
- ufw – uncomplicated firewall
- vim – fast terminal based text editor
- auto-pairs – insert brackets, parens, quotes in pair
- latex-snippets-vim – LaTeX snippets
- lightline – a light and configurable status-line
- typst-snippets-vim – Typst snippets
- typst.vim – Typst language syntax
- ultisnips – snippets engine
- vim-monokai-tasty – a theme
- vim-plug – plug-in manager for Vim and Neovim
- vim-sensible – sensible defaults
- vim-surround – add surroundings in pairs
- vlc – a free and open source cross-platform multimedia player
- zellij – terminal workspace with batteries included
Backup
rsync -auv --delete --exclude-from=$HOME/excl.txt $HOME/ /media/ckunte/pi5b/ckunte/
I only backup my home folder, because it’s enough. The command backup is an alias using rsync to an SSD drive.
Music stations
Windows
- Calca – symbolic calculator
- Sublime Text – great text editor
- latex-snippets-st – LaTeX snippets
- sacs_st – SACS syntax highlighting
- typst-snippet-st – Typst snippets
- usfos_st – USFOS syntax highlighting
- Sublime Merge – great git client
- SumatraPDF super fast reader that knows no bloat
- WSL – Windows subsystem for linux