##// END OF EJS Templates
dev(shell): make the shell use zshrc and better autocomplete
super-admin -
r5194:61b5d6b2 default
parent child Browse files
Show More
@@ -118,9 +118,11 b' build:'
118 .PHONY: dev-sh
118 .PHONY: dev-sh
119 ## make dev-sh
119 ## make dev-sh
120 dev-sh:
120 dev-sh:
121 sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list"
121 sudo apt-get update
122 sudo apt-get update
122 sudo apt-get install -y zsh
123 sudo apt-get install -y zsh carapace-bin
123 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
124 curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
125 echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
124 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
126 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
125
127
126 .PHONY: dev-env
128 .PHONY: dev-env
General Comments 0
You need to be logged in to leave comments. Login now