mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 04:56:29 +00:00
Add colima, docker, and kubectl to macos installs
This commit is contained in:
parent
58dfd9bbe1
commit
e550f80e6f
@ -32,6 +32,8 @@ case "$PACKAGE_MANAGER" in
|
||||
packages="$packages git +bash_completion"
|
||||
# Neovim python plugins
|
||||
packages="$packages py-neovim py27-neovim py39-neovim"
|
||||
# Docker stuff
|
||||
packages="$packages colima docker docker-compose kubectl_select kubectl-1.23"
|
||||
;;
|
||||
"apt-get")
|
||||
packages="$packages universal-ctags build-essential"
|
||||
@ -64,6 +66,9 @@ if [[ "$PACKAGE_MANAGER" == "port" ]]; then
|
||||
sudo port select --set black black39
|
||||
sudo port select --set virtualenv virtualenv39
|
||||
|
||||
# Select kubectl
|
||||
sudo port select --set kubectl kubectl1.23
|
||||
|
||||
# Make uctags ctags
|
||||
sudo ln -s "$(which uctags)" /usr/local/bin/ctags
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user