Change default shell

This commit is contained in:
Santiago Lo Coco 2022-01-03 14:05:20 -03:00
parent 6528a89638
commit 974a0aa799
1 changed files with 1 additions and 17 deletions

View File

@ -163,7 +163,6 @@ installPackage() {
A)
if [ $debugFlagToStdout = true ] || [ $debugFlag = true ]; then
script -qec "pacstrap /mnt --needed ${1}" /dev/null 2>&1 | debug
# ( unbuffer pacstrap /mnt --needed ${1} 2>&1 && cat) | debug
else
pacstrap /mnt --needed ${1} 2>&1 | debug
fi
@ -207,13 +206,6 @@ checkForParu() {
fi
}
# checkForExpect() {
# commOutput=$(command -v paru > /dev/null 2>&1 || echo 1)
# if [ "$commOutput" = "1" ]; then
# pacman -S --needed --noconfirm expect
# fi
# }
getThePackages() {
set -o pipefail
if [ ! -f "packages.csv" ]; then
@ -388,7 +380,6 @@ finishInstallation() {
zshConfig() {
# TODO: Choose between zsh-theme-powerlevel10k-git (AUR) and zsh-theme-powerlevel10k (community)
# sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended 2>&1 | debug
mkdir -p $HOME/.cache/zsh
touch $HOME/.cache/zsh/.histfile
}
@ -403,14 +394,7 @@ getDotfiles() {
cd $lastFolder
sudo rm -f ~/.bashrc /usr/bin/CocoASAIS
# calcWidthAndRun "whiptail --infobox \"Installing 'zaread-git'.\" 7 WIDTH"
# set -o pipefail
# paru -Q zaread-git 2>&1 | debug
# if [ $? -eq 1 ]; then
# paru -S --needed --noconfirm --skipreview zaread-git 2>&1 | debug
# fi
# set +o pipefail
# chsh -s $(which zsh)
chsh -s $(which zsh)
}
steps=(