This repository contains setup scripts for configuring booth machines. The scripts install and configure Visual Studio Code, Visual Studio Code Insiders, GitHub CLI, VLC media player, and other necessary tools.
- Installs and configures Visual Studio Code and Visual Studio Code Insiders.
- Installs GitHub CLI and a suite of GitHub CLI extensions.
- Configures VLC media player settings.
- Sets up Progressive Web Apps (PWAs) for GitHub tools.
- Creates a demo loader script to launch all required applications and sites.
The configuration for the setup scripts is stored in the config.json
file. You can customize the settings by modifying this file.
-
Open a terminal and navigate to the repository directory.
-
Run the setup script to configure the machine:
./setup.sh
-
A script will be created on the Desktop to load up the necessary applications.
-
Store any booth videos in the
$HOME/videos
folder for easier loading from VLC.
-
Open PowerShell as an administrator.
-
Navigate to the repository directory.
-
Run the setup script to configure the machine:
.\setup.ps1
-
A script will be created on the Desktop to load up the necessary applications.
-
Store any booth videos in the
C:\Users\<YourUsername>\Videos
folder for easier loading from VLC.
This project is licensed under the MIT License. See the LICENSE file for details.