##// END OF EJS Templates
dev(makefile): added dev shell prompt
super-admin -
r5191:5ae640bb default
parent child Browse files
Show More
@@ -115,6 +115,14 b' build:'
115 python -m build
115 python -m build
116
116
117
117
118 .PHONY: dev-sh
119 ## make dev-sh
120 dev-sh:
121 sudo apt-get update
122 sudo apt-get install -y zsh
123 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
124 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
125
118 .PHONY: dev-env
126 .PHONY: dev-env
119 ## make dev-env based on the requirements files and install develop of packages
127 ## make dev-env based on the requirements files and install develop of packages
120 ## Cleanup: pip freeze | grep -v "^-e" | grep -v "@" | xargs pip uninstall -y
128 ## Cleanup: pip freeze | grep -v "^-e" | grep -v "@" | xargs pip uninstall -y
General Comments 0
You need to be logged in to leave comments. Login now