Add more programs to install

This commit is contained in:
Santiago Lo Coco 2021-12-22 23:08:12 -03:00
parent d4796d99b1
commit c5137e322a
1 changed files with 9 additions and 0 deletions

View File

@ -129,7 +129,16 @@ finishInstallation() {
reboot
}
installLastPrograms() {
sudo pacman -S xorg xorg-xinit
# TODO: Use csv to install all the programs
sudo pacman -S zsh
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