Created
August 23, 2020 17:25
-
-
Save gscoppino/20b4e2cc85be6d9b239c20e352423837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Expects sway to be installed | |
# Not much here atm | |
mkdir -p ~/.config/sway | |
cp /etc/sway/config ~/.config/sway/config | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment