curl -O https://raw.githubusercontent.com/Vinschers/dotfiles/master/.config/setup/setup.sh
chmod +x setup.sh
./setup.sh
First, configure ssh access following this tutorial. Then, run
dotfiles remote set-url origin [email protected]:Vinschers/dotfiles.git
Download the Photoshop 2021 archive here and check its SHA256.
[ "$(sha256sum AdobePhotoshop2021.tar.xz | awk '{print $1}')" = "8321b969161f2d2ad736067320d493c5b6ae579eaab9400cd1fda6871af2c033" ] && echo ok
Extract the archive to .config/setup/programs/
and run the script at .config/setup/post_install.sh
First, start the iwd service with sudo systemctl enable iwd
.
If the internet does not work immediately, try configuring DHCP.
To do so, install the dhcpcd
and run sudo systemctl enable dhcpcd.service
.