Redo change of getDotfiles()
This commit is contained in:
parent
a7c5c75ff6
commit
f477c0d874
|
@ -316,6 +316,8 @@ finishInstallation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
getDotfiles() {
|
getDotfiles() {
|
||||||
|
"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||||
|
git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k
|
||||||
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
|
||||||
|
@ -323,8 +325,6 @@ getDotfiles() {
|
||||||
sh scripts/bootstrap.sh -w
|
sh scripts/bootstrap.sh -w
|
||||||
cd $lastFolder
|
cd $lastFolder
|
||||||
sudo pacman -Sy zaread-git
|
sudo pacman -Sy zaread-git
|
||||||
"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k
|
|
||||||
}
|
}
|
||||||
|
|
||||||
steps=(
|
steps=(
|
||||||
|
|
Loading…
Reference in New Issue