lucasvazq / dotfiles

A minimalistic dotfiles with astronomical flavor 🪐
GNU General Public License v3.0
7 stars 1 forks source link

Fix for testing results #55

Closed lucasvazq closed 4 years ago

lucasvazq commented 4 years ago

Describe the bug Change the clone to https mode: git clone https://github.com/lucasvazq/dotfiles.git

Change how to run setup.sh chmod 777 ./setup.sh && ./setup.sh

Add noconfirm to yay yay ... --noconfirm

Remove providers from yay yay --save ... --noproviders

Fix trash: add ~/ to trash commands

Remove password input

Misc:

yes | yay -S noto-fonts-emoji rofi rofimoji
echo 'PASSWORD' | sudo timedatectl set-ntp true
yes | yay -S polybar
yes | yay -S lib32-jack && yes | install_pulse # run pulseaudio builtin installer

yes | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo 'PASSWORD' | chsh -s "$(which zsh) $USER"

sudo mv ./shell-color-scripts/colorscripts /opt/shell-color-scripts
sudo mv ./shell-color-scripts/colorscript.sh /usr/bin/colorscript
trash -rf ./shell-color-scripts

yes | yay -S rust deno nvm

cp -r . ~/
subzero-taringuero[bot] commented 4 years ago

Thanks for opening this issue!