I'm retarded

This commit is contained in:
λmolinae 2025-05-18 20:47:08 -06:00
parent e373699373
commit 4bf603ff04

View file

@ -9,12 +9,12 @@ apk_install(){
} }
git_install(){ git_install(){
echo "cloning from $1"; su - "$user" -c "cd ~/.local/src && git clone \"$1\"" >/dev/null 2>&1 echo "cloning from $1"; su - "$user" -c "cd /home/$user/.local/src/ && git clone \"$1\"" >/dev/null 2>&1
} }
deploy_dotfiles(){ deploy_dotfiles(){
printf "Deploying dotfiles...\n" printf "Deploying dotfiles...\n"
su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git .gitmodules README.md && cp -r .cache .config .local .zprofile /home/$user/ && cd && rm -rf dotfiles" su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git .gitmodules README.md && cp -r .config .zprofile /home/$user/ && cp -r .local/* /home/$user/.local/ && cd && rm -rf dotfiles"
} }
read_software(){ read_software(){