https://github.com/sebouchu/setup
https://github.com/sebouchu/setup
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebouchu/setup
- Owner: SebouChu
- Created: 2021-12-04T16:49:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T16:50:05.000Z (over 4 years ago)
- Last Synced: 2025-07-04T02:43:56.349Z (about 1 year ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
*A very WIP setup...*
Very inspired from [Le Wagon](https://github.com/lewagon/setup) (a lot of copy-paste here), these guides provide installation instructions to prepare your computer to work with Ruby on Rails applications. In the end, the following tools will be installed:
- [Homebrew](https://brew.sh)
- [rbenv](https://github.com/rbenv/rbenv) (default Ruby version: 3.0.3)
- [nvm](https://github.com/nvm-sh/nvm) (default Node version: 16.13.1)
- [Atom](https://atom.io)
- [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
- [yarn](https://yarnpkg.com)
- [PostgreSQL](https://www.postgresql.org)
## Guides
- [macOS](guides/macOS.md)
- [Debian/Ubuntu](guides/debian.md)
## Scripts
One day, maybe.