init awesome widgets
This commit is contained in:
parent
a47f701e6d
commit
df5a82b408
1 changed files with 4 additions and 0 deletions
4
setup
4
setup
|
@ -54,6 +54,10 @@ elif [[ $OS == *Fedora* ]]; then
|
|||
$HOME/.doors/scripts/install_min_fedora
|
||||
fi
|
||||
|
||||
# Init and update awesome widgets submodule
|
||||
cd $HOME/.doors
|
||||
git submodule init && git submodule update
|
||||
|
||||
# Copy configs and make a backup if it already exists
|
||||
echo -e "\nInstalling Configs..."
|
||||
cd $HOME/.doors/configs
|
||||
|
|
Loading…
Add table
Reference in a new issue