PaperWM/install.sh
2019-02-06 20:49:06 +01:00

6 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
EXT_DIR=${XDG_DATA_HOME:-$HOME/.local/share}/gnome-shell/extensions
mkdir -p "$EXT_DIR"
ln -s "$(realpath .)" "$EXT_DIR"/'paperwm@hedning:matrix.org'