Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegatlin/rip
https://github.com/aegatlin/rip
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegatlin/rip
- Owner: aegatlin
- Created: 2023-04-06T11:03:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T05:03:31.000Z (about 1 year ago)
- Last Synced: 2024-11-18T14:37:56.546Z (3 months ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rip
`rip` is a (mostly personal) task runner.
It is experimental, largely untested, and probably presumes a macos and zsh
shell in multiple places. It's mostly a personal task runner.## setup
Some rips help with provisioning devices. Here's how to setup a new mac with rust, rip, and brew.
- Install rust via [rustup](https://rustup.rs/) (additional info can be found in [the rust book](https://doc.rust-lang.org/stable/book/ch01-01-installation.html#installing-rustup-on-linux-or-macos)). It could look something like this:
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shxcode-select --install
```- Install `rip`
```sh
cargo install --git [email protected]:aegatlin/rip.git
```- Install [brew](https://brew.sh/)
```sh
rip mac brew
```or,
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```