link
This commit is contained in:
@@ -81,6 +81,7 @@ check_apt() {
|
||||
# Скачать galias для установки
|
||||
install_galias() {
|
||||
git clone ssh://git@g.torshes.ru:57322/self-settings/galias.git ~/devTools/.galias
|
||||
ln -s ~/devTools/.galias/.zshrc ~/.zshrc
|
||||
}
|
||||
|
||||
# Установка необходимых пакетов
|
||||
@@ -94,7 +95,7 @@ install_ohmyzsh() {
|
||||
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/devTools/.oh-my-zsh
|
||||
# cp ~/.zshrc ~/.zshrc.orig
|
||||
## На этом моменте уже должен быть скачан galias
|
||||
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
# cp ~/devTools/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
|
||||
chsh -s $(which zsh)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user