Skip to content
Emerick Bosch edited this page Apr 7, 2026 · 21 revisions

References and reminders for setting things up (alongside the config files).

Configuration

See the source of this repo. Read the README for how to install the config.

Coding

  • VSCode + Codespaces - for repositories that have been built for codespaces
  • neovim - pairs with this config install the app image on ubuntu
    • ripgrep - for searches
      sudo snap install ripgrep --classic
    • treesitter for some of my own plugins
      npm install -g treesitter-cli
  • zoxide - better cd
  • fzf - better terminal menus & fuzzy-finding on wsl install from git (apt has old version)
  • ag - better ack
  • tmux
    • tpm - tmux package manager; don't forget to install (prefix + I)
    • sesh - tmux session manager that integrates with zoxide
  • starship - prompt
  • nerdfont - droid sans
  • nvm - for managing node versions
    nvm install node
  • dotnet-install.sh - for managing dotnet versions
    dotnet-install.sh --version 9.0.311
  • python uv
    sudo snap install astral-uv --classic

Mac

Windows

WSL

  • xdg-open and wslu for opening links e.g. windows-side browser

    sudo apt install xdg-utils wslu
  • secret utils are used by multiple dev packages

    sudo apt update && sudo apt install -y libsecret-1-0 libsecret-1-dev

Browser

  • Edge (I never thought I'd see the day) - somehow it just works with vertical tabs without extra noise (copilot chat be damned tho)
  • Vimium

Apps

Clone this wiki locally