This commit is contained in:
2025-11-09 19:48:41 -06:00
parent ad64c6867b
commit 8add252e73
12 changed files with 1085 additions and 0 deletions

3
terminalOneLiners.txt Normal file
View File

@@ -0,0 +1,3 @@
/bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-mac.sh)" for Mac
/bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-linux.sh)" for linux
iwr https://terminalportfolio.keshavanand.net/run-windows.bat -OutFile \$env:TEMP\run-windows.bat; Start-Process \$env:TEMP\run-windows.bat -Wait