install_ohmyzsh
This commit is contained in:
12
galias-d.sh
12
galias-d.sh
@@ -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
|
||||
Reference in New Issue
Block a user