updates
This commit is contained in:
parent
a794844678
commit
6232d1c899
11
.config/yadm/bootstrap
Normal file
11
.config/yadm/bootstrap
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user