Skip to content

Instantly share code, notes, and snippets.

@stanekondrej
Created August 14, 2025 13:21
Show Gist options
  • Select an option

  • Save stanekondrej/5cd1845493610872a223c5f5b2c9a6ba to your computer and use it in GitHub Desktop.

Select an option

Save stanekondrej/5cd1845493610872a223c5f5b2c9a6ba to your computer and use it in GitHub Desktop.
Toolbox setup script
#!/usr/bin/bash
# I use this script to setup new Toolbx containers - e.g. create a new container manually,
# then run this script to install what I need. I put this in my path, so that it's easily accessible.
sudo dnf install -y \
zsh \
neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment