├── Main.py ├── README.md ├── Screenshot ├── Screenshot.png ├── Screenshot1.png ├── Screenshot2.png └── Screenshot3.png ├── VMware Player Fix ├── README.md └── vmware-fix.sh ├── apps_config.csv ├── disable-bluetooth.sh ├── enable-bluetooth.sh ├── install-fastfetch.sh ├── install-nala.sh ├── install-powertop.sh ├── install-stacer.sh ├── install-swapfix.sh ├── install-tlp.sh ├── main.sh └── update-system.sh /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/Main.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/Screenshot/Screenshot.png -------------------------------------------------------------------------------- /Screenshot/Screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/Screenshot/Screenshot1.png -------------------------------------------------------------------------------- /Screenshot/Screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/Screenshot/Screenshot2.png -------------------------------------------------------------------------------- /Screenshot/Screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/Screenshot/Screenshot3.png -------------------------------------------------------------------------------- /VMware Player Fix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/VMware Player Fix/README.md -------------------------------------------------------------------------------- /VMware Player Fix/vmware-fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/VMware Player Fix/vmware-fix.sh -------------------------------------------------------------------------------- /apps_config.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/apps_config.csv -------------------------------------------------------------------------------- /disable-bluetooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/disable-bluetooth.sh -------------------------------------------------------------------------------- /enable-bluetooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/enable-bluetooth.sh -------------------------------------------------------------------------------- /install-fastfetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-fastfetch.sh -------------------------------------------------------------------------------- /install-nala.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-nala.sh -------------------------------------------------------------------------------- /install-powertop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-powertop.sh -------------------------------------------------------------------------------- /install-stacer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-stacer.sh -------------------------------------------------------------------------------- /install-swapfix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-swapfix.sh -------------------------------------------------------------------------------- /install-tlp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/install-tlp.sh -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/main.sh -------------------------------------------------------------------------------- /update-system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLinuxITGuy/Toolbox/HEAD/update-system.sh --------------------------------------------------------------------------------