23 lines
573 B
Markdown
23 lines
573 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2025 Tobias Schmidl
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# bootstrap
|
|
|
|
## Purpose
|
|
|
|
The target of this repository is to provide a common environment on all platforms. I often switch between different images on different systems, and want to take my accustomed enviroment with me.
|
|
|
|
## Installation
|
|
|
|
Very simple, just call
|
|
|
|
curl https://tms.pw/bootstrap | bash -
|
|
|
|
## Termux
|
|
|
|
I've created a [package list](/termux-packages) for Termux, which can be installed with
|
|
|
|
curl -Lfs https://tms.pw/termux-packages | xargs pkg install -y
|