install_ohmyzsh

This commit is contained in:
2026-02-22 10:58:48 +05:00
parent 3208c76259
commit d99b446c65

View File

@@ -78,12 +78,16 @@ check_apt() {
sudo apt install $1 -y sudo apt install $1 -y
} }
check_apt git # Установка необходимых пакетов
check_apt zsh need_install() {
check_apt git
check_apt zsh
}
install_ohmyzsh() {
# set -x sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
}
public_keys public_keys
need_install
# set +x install_ohmyzsh