Skip to content

drissboumlik/windows-env-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Development Environment Setup

Overview

This tool allows you to automate the setup of your development environment in windows, including Git, NVM, and essential terminal utilities..

Features

  • Installs development tools: Composer, Git, NVM (Node Version Manager) ...

  • Terminal Utilities: fzf (Fuzzy Finder), zoxide (Smart CD Command)...

  • Terminal Enhancements: Configures Cmder with custom theme, Installs Nerd Fonts ...

Prerequisites

  • Administrator rights in Windows PowerShell
  • Stable internet connection

Quick Start

Clone the repo and add the directory to you Path variable.

git clone https://github.com/drissBoumlik/windows-env-setup
cd windows-env-setup
cp .env.example .env

Preparation

  1. Open Windows PowerShell as Administrator
  2. Set execution policy:
    Set-ExecutionPolicy Bypass -Scope Process -Force

Installation

  1. Run initial setup:
    .\setup.ps1
  2. Review execution results
  3. Run follow-up script:
    .\followup.ps1

Requirements

  • Windows 10/11
  • PowerShell 5.1 or later

Troubleshooting

  • Ensure all prerequisites are met
  • Check PowerShell execution policy
  • Verify internet connectivity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published