feat(init): Add Fish shell initialization script for project setup

This commit is contained in:
zowue
2026-04-05 01:46:54 +03:00
parent 308a6b7655
commit 9d906ecf48

7
code/init.fish Normal file
View File

@@ -0,0 +1,7 @@
# python -Su python3
python -m venv venv
souce venv/bin/activate.fish
pip install -r requirements.txt