# HG changeset patch # User RhodeCode Admin # Date 2023-11-23 09:31:20 # Node ID 67a44c16ed457c2ee3ef16545de734d04bfe07aa # Parent 76143c56ce3dde346918517188dda8ff7a67233e dev(makefile): updated dev env to be synced with CE edition diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -58,9 +58,11 @@ build: .PHONY: dev-sh ## make dev-sh dev-sh: + sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list" sudo apt-get update - sudo apt-get install -y zsh + sudo apt-get install -y zsh carapace-bin curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh + echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh .PHONY: dev-env