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
}
# Установка необходимых пакетов
need_install() {
check_apt git
check_apt zsh
}
# set -x
install_ohmyzsh() {
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
}
public_keys
# set +x
need_install
install_ohmyzsh