I'm retarded
This commit is contained in:
parent
e373699373
commit
4bf603ff04
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ apk_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(){
|
||||
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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue