Removed ftxui from github pushing and added it to gitignore

This commit is contained in:
2025-11-09 19:46:03 -06:00
parent 720b632f67
commit ad64c6867b
374 changed files with 0 additions and 46213 deletions

View File

@@ -1,3 +0,0 @@
/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