only init submodules when installing awesome
This commit is contained in:
parent
fd23bddae7
commit
6d41c499d6
2 changed files with 12 additions and 5 deletions
|
@ -28,13 +28,19 @@ if [ "$1" -ge 1 ]; then
|
|||
|
||||
printf "\nInstalling base shell..."
|
||||
yay -S --needed --noconfirm \
|
||||
atool \
|
||||
bat \
|
||||
btop \
|
||||
byobu \
|
||||
coreutils \
|
||||
fd \
|
||||
ffmpegthumbnailer \
|
||||
file \
|
||||
fzf \
|
||||
glow \
|
||||
man-db \
|
||||
man-pages \
|
||||
mediainfo \
|
||||
mosh \
|
||||
neovim \
|
||||
nnn \
|
||||
|
@ -45,6 +51,8 @@ if [ "$1" -ge 1 ]; then
|
|||
rsync \
|
||||
rubygems \
|
||||
sl \
|
||||
tar \
|
||||
tree \
|
||||
unrar \
|
||||
unzip \
|
||||
wget \
|
||||
|
@ -84,6 +92,9 @@ if [ "$1" -ge 2 ]; then
|
|||
xorg-xinit \
|
||||
xorg-xrandr \
|
||||
|
||||
# Init and update awesome widgets submodule
|
||||
cd "$HOME"/.doors &&
|
||||
git submodule init && git submodule update
|
||||
fi
|
||||
|
||||
# Install extras
|
||||
|
|
4
setup
4
setup
|
@ -109,10 +109,6 @@ esac
|
|||
# git clone https://git.doordesk.net/adam/Doors.git .doors
|
||||
# $HOME/.doors/scripts/install_min_fedora
|
||||
|
||||
# Init and update awesome widgets submodule
|
||||
cd "$HOME"/.doors &&
|
||||
git submodule init && git submodule update
|
||||
|
||||
# Copy and link files
|
||||
cd "$HOME"/.doors &&
|
||||
"$HOME"/.doors/scripts/copy_and_link "$input"
|
||||
|
|
Loading…
Add table
Reference in a new issue