Guy-Chan / utas-helper

Utas machine setup helper
0 stars 0 forks source link

UTAS Helper

This repository contains scripts designed to streamline the setup and operation of machines in the university lab, with support for both windows and macOS.

The goal of this project is to fully harness the potential of lab machines. Since students can't always guarantee access to the same machine each time, these scripts help set up the environment quickly and efficiently.

For Windows Machines

Setup Process

To start the setup process on a Windows machine, open PowerShell and run the following command:

Set-ExecutionPolicy Bypass -Scope Process
iwr -useb https://bit.ly/utas-setup-win | iex

This setup script has been tested on Windows 11 in the Launceston Lab and automates the installation and configuration of various tools, including:

For Mac Machines

Setup Process

To start the setup process on a Mac machine, open Terminal and run the following command:

/bin/bash -c "$(curl -fsSL https://bit.ly/utas-setup-mac)"
source ~/.profile

This setup script has been tested on macOS in the Launceston lab with the following execution times:

real: 2m32.440s
user: 0m32.330s
sys: 0m18.064s

It automates the installation and configuration of various tools, including:

Notes