##// END OF EJS Templates
dev(dev-shell): improvements to dev shell env
super-admin -
r1182:e116091a default
parent child Browse files
Show More
@@ -61,6 +61,7 b' dev-sh:'
61 61 sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list"
62 62 sudo apt-get update
63 63 sudo apt-get install -y zsh carapace-bin
64 rm -rf /home/rhodecode/.oh-my-zsh
64 65 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
65 66 echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
66 67 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
@@ -78,8 +79,7 b' dev-env:'
78 79 .PHONY: sh
79 80 ## shortcut for make dev-sh dev-env
80 81 sh:
81 make dev-sh
82 make dev-env
82 (make dev-env; make dev-sh)
83 83
84 84
85 85 .PHONY: dev-srv
General Comments 0
You need to be logged in to leave comments. Login now