Skip to content

scripts

Darrion Burgess edited this page Nov 20, 2023 · 1 revision

When we first get a machine, unless we are operating from a dockerized mindset, we will likely need to setup the environment first to ensure that everything we have setup above works as intended. This can be difficult as much of this is different between different OSs, and while some software can be installed easily and automatically, others must be install through more manual means that make it difficult to reproduce in an easy manner

Windows

Windows has actually become the easier of the two to install much of our software since it can often be accomplished with the new winget CLI tool Even if that one doesn't work, scoop or choco will likely have whatever winget is missing

Installing Rust Toolchain on Windows

Clone this wiki locally