diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-17 19:38:04 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-17 19:38:04 +0000 |
commit | a69ec12239d6b27c5bcbaf0240c51a9c58116751 (patch) | |
tree | fa846fa2dc55fad56af65733c91ba3aee4d7e129 /bootstrap.sh | |
parent | d0e7c5b5a7dcb3747811ae64edb443ef435218ff (diff) | |
download | dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar.gz dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar.bz2 dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar.lz dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar.xz dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.tar.zst dotfiles-a69ec12239d6b27c5bcbaf0240c51a9c58116751.zip |
Play around with submodules
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b2f37ce..02ef1df 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,7 @@ echo ""; if [[ $REPLY =~ ^[Yy]$ ]]; then case $OS in arch) - sudo pacman -S picom xorg-setxkbmap feh xorg-xinput dash imlib2 xorg-xsetroot alacritty flameshot rofi xorg-xbacklight pamixer playerctl xsecurelock git base rsync + sudo pacman -S picom xorg-setxkbmap feh xorg-xinput dash imlib2 xorg-xsetroot alacritty flameshot rofi xorg-xbacklight pamixer playerctl xsecurelock git base rsync sway waybar ;; void) sudo xbps-install -S picom setxkbmap feh xinput dash imlib2 xsetroot alacritty flameshot rofi xbacklight pamixer playerctl git rsync @@ -29,6 +29,7 @@ fi; git pull origin main; function doIt() { + git submodule update --init --recursive rsync --exclude ".git/" \ --exclude ".DS_Store" \ --exclude ".osx" \ |