https://github.com/helloimkevo/squibplayground
Playground for experimenting with (Ruby) Squib projects.
https://github.com/helloimkevo/squibplayground
Last synced: 5 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T15:41:30.000Z (almost 3 years ago)
- Last Synced: 2025-05-22T07:55:19.553Z (about 1 year 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/squib
MacOS M1 / M2 Setup Tips:
```shell
brew install rbenv
rbenv 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/