Trying this on Kubuntu 24.04.02
Music: https://cmus.github.io/#documentation
sudo apt-get install cmusman cmussuggests:a ~/Musicto add tracks to librarybut no output plugins to play stuff
Arch Wiki https://wiki.archlinux.org/title/Cmus#Using_cmus_with_ALSA suggested creating rc file to work with Alsa (that I new was installed)
``` ~/.config/cmus/rc
set output_plugin=alsa set dsp.alsa.device=default set mixer.alsa.device=default set mixer.alsa.channel=Master ```
Feed reader: https://github.com/veeso/tuifeed
curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/J1O0Z" | shDetermined deb install appropriate.
post install configure with
tuifeed -cDidn’t work, which is anticipated by the README, so edit
$XDG_CONFIG_HOME/tuifeed/config.tomlKubuntu has
$XDG_CONFIG_DIRSinstead of$XDG_CONFIG_HOME, may be relevant?Sure enough
export XDG_CONFIG_HOME=~/.config, then edit the config (still needs manual edit).But after that, works fine.
potential alternative: https://github.com/ckampfe/russ
System monitor: https://github.com/aristocratos/bpytop
sudo apt install bpytopHappy Dayz
Editor:
neovim+Kickstartsh sudo add-apt-repository ppa:neovim-ppa/unstable -y sudo apt update sudo apt install make gcc ripgrep unzip git xclip neovim luarocks sudo apt install fonts-noto-color-emojino explorer tho, hence try lunarvim…
uninstall
sh mv ~/.local/share/nvim/ ~/.local/share/nvimi.dis/ mv ~/.config/nvim ~/.config/nvim.disManaged to install https://github.com/nvim-tree/nvim-tree.lua into
init.luabut actually <leader-sf> (search file) using telescope is probably better
Editor: LunarVim (1.4.0 as of May 24)
LV_BRANCH='release-1.4/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh)unable to install
`pynvimdue to the pip → pipx migration issue, choose no.separate install as described at: https://pynvim.readthedocs.io/en/latest/installation.html
error: "Unable to verify plugins, make sure to manually run ':Lazy sync' when starting lvim for the first time."
<leader-e>: explorer
<leader-s>: guide to shortcuts (via telescope plugin I think)
NOTE
lvimnotnvimingit clone https://github.com/github/copilot.vim ~/.config/lvim/pack/github/start/copilot.vim
LLMs: parllama
pipx install parllamafails the impatient user test: no models, no instructions, /help didn’t
LLMs: tenere
looks promising but not ready to get chatgpt key or host own llama / ollama yet.
Email: Himalaya
not sure I like the CLI-not-TUI approach
Email: NeoMutt
sudo apt install neomuttAh yes, I remember, need a MailTranferAgent or something to populate ~/Mail
Email: meli
apt install melididn’t work on Ubuntu 24.04also needs mail to be already available