Added install stuff for sway

This commit is contained in:
2021-11-12 22:54:28 +01:00
parent f063df241f
commit 7f85022b43
4 changed files with 159 additions and 1 deletions

7
install_wsl.sh Normal file
View File

@@ -0,0 +1,7 @@
pacman-key --init
pacman-key --populate
pacman -Syu --noconfirm git ansible
git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install
cd install
ansible-galaxy install -r requirements.yml
ansible-playbook playbook_wsl.yml