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