From c5137e322a29dd51afd3b794617b903d695b2e82 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 22 Dec 2021 23:08:12 -0300 Subject: [PATCH] Add more programs to install --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install.sh b/install.sh index 9933c89..bf2dbbf 100755 --- a/install.sh +++ b/install.sh @@ -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