##// END OF EJS Templates
dev(makefile): updated dev env to be synced with CE edition
super-admin -
r1174:67a44c16 default
parent child Browse files
Show More
@@ -58,9 +58,11 b' build:'
58 .PHONY: dev-sh
58 .PHONY: dev-sh
59 ## make dev-sh
59 ## make dev-sh
60 dev-sh:
60 dev-sh:
61 sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list"
61 sudo apt-get update
62 sudo apt-get update
62 sudo apt-get install -y zsh
63 sudo apt-get install -y zsh carapace-bin
63 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
64 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
65 echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
64 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
66 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
65
67
66 .PHONY: dev-env
68 .PHONY: dev-env
General Comments 0
You need to be logged in to leave comments. Login now