Created
September 2, 2025 19:36
-
-
Save michaellperry/60d3e6b97bd6df8067b22a0e63649e0a to your computer and use it in GitHub Desktop.
PowerShell script to download Cursor files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| New-Item -ItemType Directory -Path ".cursor\rules" -Force | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/1bfa039958ca6ad05a88f5e53f84c561/raw" -OutFile ".cursor\rules\documentation-structure.mdc" | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/b1a58708036a914028af9d427e66e1f5/raw" -OutFile ".cursor\rules\prd-review.mdc" | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/5a41c62bb4e8ad31e336116a18e3aaae/raw" -OutFile ".cursor\rules\plan.mdc" | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/6fca895eb7ef63faa5014f94709b36a6/raw" -OutFile ".cursor\rules\plan-review.mdc" | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/be30a4eac4d5f2d949a05e0d5758e386/raw" -OutFile ".cursor\rules\implement.mdc" | |
| Invoke-WebRequest -Uri "https://gist.githubusercontent.com/michaellperry/642d556fed4e54e73f7bbb4569cfe832/raw" -OutFile "fix_formatter.py" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment