Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloimkevo/squibplayground
Playground for experimenting with (Ruby) Squib projects.
https://github.com/helloimkevo/squibplayground
Last synced: about 1 month ago
JSON representation
Playground for experimenting with (Ruby) Squib projects.
- Host: GitHub
- URL: https://github.com/helloimkevo/squibplayground
- Owner: HelloImKevo
- Created: 2023-08-19T15:38:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-19T15:41:30.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:15:10.985Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SquibPlayground
Playground for experimenting with (Ruby) Squib projects.Squib Project:
https://github.com/andymeneely/squibMacOS M1 / M2 Setup Tips:
```shell
brew install rbenvrbenv init
rbenv install -l
rbenv install 3.0.6
rbenv global 3.0.6
```Add this to your `~/.zprofile` file:
```
export PATH="$HOME/.rbenv/shims:$PATH"
export PATH="$HOME/.rbenv/bin:$PATH"
```Download Oh My Zsh here:
https://ohmyz.sh/