revome reference to stow

This commit is contained in:
lelgenio 2020-10-06 22:15:23 -03:00
parent 5f993d838b
commit f408944387
1 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ user_setup() {
fi
echo 'Stowing dotfiles'
stow_dots
install_dots
}
# Install AUR packages #{{{
install_aur_packages() {
@ -849,7 +849,7 @@ clean_packages() {
}
#}}}
# Install dotfiles{{{
stow_dots() {
install_dots() {
if [ ! -d ~/.dotfiles ];then
git clone $DOTFILES_URL ~/.dotfiles
fi