Show More
@@ -121,6 +121,7 b' dev-sh:' | |||
|
121 | 121 | sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list" |
|
122 | 122 | sudo apt-get update |
|
123 | 123 | sudo apt-get install -y zsh carapace-bin |
|
124 | rm -rf /home/rhodecode/.oh-my-zsh | |
|
124 | 125 | curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh |
|
125 | 126 | echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc |
|
126 | 127 | PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh |
@@ -139,8 +140,8 b' dev-env:' | |||
|
139 | 140 | .PHONY: sh |
|
140 | 141 | ## shortcut for make dev-sh dev-env |
|
141 | 142 | sh: |
|
142 | make dev-sh | |
|
143 | make dev-env | |
|
143 | (make dev-env; make dev-sh) | |
|
144 | ||
|
144 | 145 | |
|
145 | 146 | .PHONY: dev-srv |
|
146 | 147 | ## run develop server instance, docker exec -it $(docker ps -q --filter 'name=dev-enterprise-ce') /bin/bash |
General Comments 0
You need to be logged in to leave comments.
Login now