├── LICENSE ├── README.md └── setup_scripts ├── bmc ├── README.md └── boom.sh └── nvidia ├── README.md └── update_gcc_patch.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/README.md -------------------------------------------------------------------------------- /setup_scripts/bmc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/setup_scripts/bmc/README.md -------------------------------------------------------------------------------- /setup_scripts/bmc/boom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/setup_scripts/bmc/boom.sh -------------------------------------------------------------------------------- /setup_scripts/nvidia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/setup_scripts/nvidia/README.md -------------------------------------------------------------------------------- /setup_scripts/nvidia/update_gcc_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/garylvov/dev_env/HEAD/setup_scripts/nvidia/update_gcc_patch.sh --------------------------------------------------------------------------------