Skip to content

SSLbits/fastcyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

fastcyg

One-command Cygwin installation with essential development packages

Downloads and configures Cygwin with development tools, adds to PATH, creates Start Menu shortcut, and configures Windows Terminal profile. No administrator privileges required.

πŸ“¦ What's Included

Base Cygwin installation plus:

  • bind-utils - DNS lookup utilities
  • curl - Command-line HTTP client
  • fzf - Fuzzy finder
  • fzf-bash - Bash integration for fzf
  • fzf-bash-completion - Tab completion with fzf
  • git - Version control system
  • inetutils - Network utilities
  • make - Build automation tool
  • nano - Simple text editor
  • rsync - File synchronization
  • tmux - Terminal multiplexer
  • wget - File download utility

πŸš€ Usage

Download and run directly from GitHub

Invoke-Expression (Invoke-WebRequest -Uri "https://github.com/SSLbits/fastcyg/raw/refs/heads/main/cyginstall.ps1").Content

Or download first, then run

Invoke-WebRequest -Uri "https://github.com/SSLbits/fastcyg/raw/refs/heads/main/cyginstall.ps1" -OutFile "cygwin-setup.ps1"
.\cygwin-setup.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published