Add install_script

This commit is contained in:
2021-02-19 18:47:48 +01:00
parent 543d7ad93d
commit 72b18641dc
5 changed files with 140 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ rs() {python manage.py runserver 127.0.0."$1":"$2"}
cheat() { curl cheat.sh/"$1" }
cda() { conda activate "$@" }
cdd() { conda deactivate "$@" }
cdc() { conda create --name "$@" python=3.7 pip ipython memory_profiler django-extensions psycopg2 pre-commit black isort }
cdc() { conda create --name "$@" python=3.7 pip ipython memory_profiler psycopg2 black isort }
cdi() { conda info --envs "$@" }
ca() { pygmentize -g "$@" }
grepf() { grep -rnw ./ -e "$@"}