Show More
@@ -58,9 +58,11 b' build:' | |||
|
58 | 58 | .PHONY: dev-sh |
|
59 | 59 | ## make dev-sh |
|
60 | 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 | 62 |
|
|
62 | sudo apt-get install -y zsh | |
|
63 | sudo apt-get install -y zsh carapace-bin | |
|
63 | 64 | curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh |
|
65 | echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc | |
|
64 | 66 | PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh |
|
65 | 67 | |
|
66 | 68 | .PHONY: dev-env |
General Comments 0
You need to be logged in to leave comments.
Login now