From 9d906ecf48621058127f915076a7707ebd7359fa Mon Sep 17 00:00:00 2001 From: zowue Date: Sun, 5 Apr 2026 01:46:54 +0300 Subject: [PATCH] feat(init): Add Fish shell initialization script for project setup --- code/init.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/init.fish diff --git a/code/init.fish b/code/init.fish new file mode 100644 index 0000000..5432edc --- /dev/null +++ b/code/init.fish @@ -0,0 +1,7 @@ +# python -Su python3 + +python -m venv venv + +souce venv/bin/activate.fish + +pip install -r requirements.txt