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
|
sudo apt install $1 -y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Установка необходимых пакетов
|
||||||
|
need_install() {
|
||||||
check_apt git
|
check_apt git
|
||||||
check_apt zsh
|
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
|
||||||
Reference in New Issue
Block a user