diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
commit | 6beb7d245f50870eba00ce07ee21d04d8bf65bae (patch) | |
tree | 2584b7f526b87e2a363250f83994d762ce9978a1 /bootstrap.sh | |
parent | fb65ac6332271a9101e01741905218ab5cc92efc (diff) | |
download | dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.gz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.bz2 dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.lz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.xz dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.zst dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.zip |
Add more themes from siduck
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 7742d5b..1a14e05 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -17,7 +17,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then sudo pacman -S picom xorg-setxkbmap feh xorg-xinput dash imlib2 xorg-xsetroot alacritty flameshot rofi xorg-xbacklight pamixer playerctl xsecurelock git base rsync ;; void) - sudo xbps-install -S picom xorg-setxkbmap feh xorg-xinput dash imlib2 xorg-xsetroot alacritty flameshot rofi xorg-xbacklight pamixer playerctl xsecurelock git rsync + sudo xbps-install -S picom setxkbmap feh xinput dash imlib2 xsetroot alacritty flameshot rofi xbacklight pamixer playerctl git rsync ;; *) echo "You'll have to install the dependencies yourself" |