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 |
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
| # works with v1 revision, change the idProduct field if it doesn't work for you with the v2 revision | |
| SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0d28", ATTRS{idProduct}=="0204", MODE:="a+rw" |