Skip to content

Instantly share code, notes, and snippets.

View 41x3n's full-sized avatar
🖐️
Need Help

Oni | Async Loop 41x3n

🖐️
Need Help
View GitHub Profile
@41x3n
41x3n / gist:4cb6d4867de3b6950a8558b2e0981e59
Created September 22, 2024 19:25
macOS Development Environment Setup Guide
This guide provides step-by-step instructions to set up a complete development environment on macOS, including iTerm2, Zsh, Oh My Zsh, Git, Node.js, Python, Golang, PostgreSQL, MongoDB, Redis, Docker, and more.
## Prerequisites
- Ensure you have Homebrew installed. If not, you can install it using:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
@41x3n
41x3n / gist:874b2b30a499d72a1412b1133086d19a
Created August 24, 2024 05:33
Windows WSL Developer Setup Guide (Node.js + Python + Golang)
Certainly! Below is the complete setup guide compiled in Markdown format for you to share on GitHub Gist.
```markdown
# WSL2 Development Environment Setup Guide
This guide will help you set up a comprehensive development environment on WSL2.
## 1. Update WSL2
```bash
@41x3n
41x3n / gist:5292eb77ee13864b5c4473532aba502e
Created July 28, 2024 10:47
Windows Developer Setup Guide (Node.js + Python)
## Install Windows Terminal
1. **Open Microsoft Store** and search for "Windows Terminal".
2. **Install Windows Terminal**.
## Install Git
1. **Install Git using Chocolatey**:
```powershell
choco install -y git
```