14 lines
432 B
Markdown
14 lines
432 B
Markdown
# Device Setup Scripts
|
|
|
|
Setup scripts for all KiteStacks devices. Clone this repo on any new device and run the relevant script.
|
|
|
|
## Devices
|
|
- `samurai/` — Windows 11 gaming desktop (Tailscale: 100.74.0.109)
|
|
- `monk/` — Linux T14s primary host (Tailscale: 100.85.209.116)
|
|
|
|
## Usage on a new device
|
|
```bash
|
|
git clone ssh://git@100.85.209.116:2222/kenpat/device-setup.git
|
|
cd device-setup
|
|
# then run the script for your device
|
|
```
|