Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernalbers/tomi
the tomedo-installer
https://github.com/bjoernalbers/tomi
tomedo
Last synced: 12 days ago
JSON representation
the tomedo-installer
- Host: GitHub
- URL: https://github.com/bjoernalbers/tomi
- Owner: bjoernalbers
- License: mit
- Created: 2024-12-20T10:03:31.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:16:09.000Z (19 days ago)
- Last Synced: 2024-12-20T12:24:44.987Z (19 days ago)
- Topics: tomedo
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tomi - the tomedo-installer
Setting up [tomedo](https://tomedo.de) on a Mac is simple, but tedious.
tomi automates this process to relieve lazy admins (like me) of some work.## Installation
To install the [latest release](https://github.com/bjoernalbers/tomi/releases/latest)
on a Mac, run this command:```
curl -sLO https://github.com/bjoernalbers/tomi/releases/latest/download/tomi && \
chmod +x tomi && \
mv tomi /usr/local/bin
```Running `rm /usr/local/bin/tomi` will uninstall it again.
## Usage
Just run `tomi` with your tomedo server as argument (hostname or IP addres), i.e.:
```
tomi tomedo.example.com
```This will download the tomedo.app from your tomedo server and install it under
`$HOME/Programme`.