Postpone zaread-git installation
This commit is contained in:
parent
ca5348cea3
commit
190b3c01e0
|
@ -315,20 +315,16 @@ finishInstallation() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
installLastPrograms() {
|
getDotfiles() {
|
||||||
sudo pacman -Sy
|
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
||||||
}
|
|
||||||
|
|
||||||
getDotfiles() {
|
|
||||||
installLastPrograms
|
|
||||||
local lastFolder=$(pwd -P)
|
local lastFolder=$(pwd -P)
|
||||||
cd $HOME/Documents
|
cd $HOME/Documents
|
||||||
git clone https://github.com/santilococo/CocoRice.git
|
git clone https://github.com/santilococo/CocoRice.git
|
||||||
cd CocoRice
|
cd CocoRice
|
||||||
sh scripts/bootstrap.sh -w
|
sh scripts/bootstrap.sh -w
|
||||||
cd $lastFolder
|
cd $lastFolder
|
||||||
|
sudo pacman -Sy zaread-git
|
||||||
}
|
}
|
||||||
|
|
||||||
steps=(
|
steps=(
|
||||||
|
|
|
@ -139,4 +139,3 @@ tela-icon-theme-bin,N,C
|
||||||
ttf-meslo-nerd-font-powerlevel10k,N,C
|
ttf-meslo-nerd-font-powerlevel10k,N,C
|
||||||
v4l2loopback-dc-dkms,N,C
|
v4l2loopback-dc-dkms,N,C
|
||||||
visual-studio-code-bin,N,C
|
visual-studio-code-bin,N,C
|
||||||
zaread-git,N,C
|
|
||||||
|
|
|
Loading…
Reference in New Issue