mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-02-14 21:02:50 +00:00
6 lines
171 B
Bash
Executable File
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'
|