This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install -y git zsh gh | |
sudo apt-get -y update | |
sudo apt-get -y install percona-toolkit | |
# for docker ubuntu | |
# apt-get update && apt-get install -y curl lua5.4 neovim | |
# apt install -y git zsh | |
# install starship | |
curl -sS https://starship.rs/install.sh | sh |