Setup
First published: Wednesday, May 28, 2025 | Last updated: Wednesday, May 28, 2025Setup the SloopStash Windows starter-kit on your Windows, Mac, or Linux operating system.
Next: Configure |
Setup SloopStash Windows starter-kit
Windows
Below are the steps you can use to setup SloopStash Windows starter-kit while using the Windows operating system.
- Open the Git Bash terminal in administrator mode.
- Execute the below commands in the Git Bash terminal to setup SloopStash Windows starter-kit.
# Download SloopStash Windows starter-kit from GitHub to local filesystem path.
$ git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
Mac
Here are the instructions for setting up SloopStash Windows starter-kit on a Mac operating system.
- Open the terminal.
- Execute the below commands in the terminal to setup SloopStash Windows starter-kit.
# Download SloopStash Windows starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
# Change ownership of SloopStash Windows starter-kit directory.
$ sudo chown -R $USER /opt/kickstart-windows
Linux
You can use the following commands to setup SloopStash Windows starter-kit in any Linux-based operating system.
- Open the terminal.
- Execute the below commands in the terminal to setup SloopStash Windows starter-kit.
# Download SloopStash Windows starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
# Change ownership of SloopStash Windows starter-kit directory.
$ sudo chown -R $USER:$USER /opt/kickstart-windows
Next: Configure |