Show More
@@ -61,6 +61,7 b' dev-sh:' | |||||
61 | sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list" |
|
61 | sudo echo "deb [trusted=yes] https://apt.fury.io/rsteube/ /" | sudo tee -a "/etc/apt/sources.list.d/fury.list" | |
62 | sudo apt-get update |
|
62 | sudo apt-get update | |
63 | sudo apt-get install -y zsh carapace-bin |
|
63 | sudo apt-get install -y zsh carapace-bin | |
|
64 | rm -rf /home/rhodecode/.oh-my-zsh | |||
64 | curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh |
|
65 | curl https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh | |
65 | echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc |
|
66 | echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc | |
66 | PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh |
|
67 | PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh | |
@@ -78,8 +79,7 b' dev-env:' | |||||
78 | .PHONY: sh |
|
79 | .PHONY: sh | |
79 | ## shortcut for make dev-sh dev-env |
|
80 | ## shortcut for make dev-sh dev-env | |
80 | sh: |
|
81 | sh: | |
81 | make dev-sh |
|
82 | (make dev-env; make dev-sh) | |
82 | make dev-env |
|
|||
83 |
|
83 | |||
84 |
|
84 | |||
85 | .PHONY: dev-srv |
|
85 | .PHONY: dev-srv |
General Comments 0
You need to be logged in to leave comments.
Login now