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