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