Created
August 14, 2025 13:21
-
-
Save stanekondrej/5cd1845493610872a223c5f5b2c9a6ba to your computer and use it in GitHub Desktop.
Toolbox setup script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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