Lorech / dotfiles

My personal configurations for development
0 stars 0 forks source link

Create setup scripts #11

Open Lorech opened 1 week ago

Lorech commented 1 week ago

Problem

Currently, the entire setup can only be done manually. This means that I need to remember any third-party dependencies I have (ones that aren't included in the actual tool I'm setting up), not just the actual tool installations.

Solution

Setup scripts should be added for a one-line (hopefully) setup process on new computers.

Since I am targeting a setup that works on macOS, Linux, and Windows, I should make the script(s) that work for each platform.