# Try
`try` is a Ruby-based experiment directory manager that helps organize temporary coding experiments and throwaway projects.
## Setup
Configured in `~/.zshrc`:
```bash
eval "$(ruby ~/.local/try/try.rb init ~/Git/tries)"
```
- **Script**: `~/.local/try/try.rb`
- **Experiments directory**: `~/Git/tries/`
## Notes
- Written in Ruby
- Activated on shell startup via `~/.zshrc`
- Useful for creating isolated environments for code experiments
---
See also: [[Bash and Zsh]]