feat: full sway config, removed awesome config

This commit is contained in:
AngeD 2022-05-10 11:41:59 +02:00
parent 11bbdb42eb
commit fe1959f01a
31 changed files with 641 additions and 1350 deletions

View file

@ -1,11 +1,4 @@
#!/usr/bin/bash
set -e
if [ "$EUID" -ne 0 ]; then
echo "error: you cannot perform this operation unless you are root."
exit 1
fi
systemctl start docker
docker run -it --rm --name epitest -v "$PWD":/tmp epitechcontent/epitest-docker:latest /bin/bash
systemctl stop docker
docker run -it --rm -v "$PWD":/tmp epitechcontent/epitest-docker:latest /bin/bash