diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100644 index 0000000..9d4dac5 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,11 @@ +#!/bin/sh + +cd "$HOME" +echo "Init submodules" +yadm submodule update --recursive --init +sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd .. && rm -rf yay +yay -Syyuu --needed rustup +rustup default nightly +installable_packages=$(comm -12 <(yay -Slq | sort) <(sort ~/.local/share/pkglist)) +yay -S --needed $installable_packages +wal --cols16 -s -i $HOME/Pictures/Wallpapers