diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-12-12 17:09:27 -0600 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-12-12 17:09:27 -0600 |
| commit | a939fa32a1d62805f926427d521e2541c52cc31d (patch) | |
| tree | 1f090b76dbc2dafef060ad4a592f6bae0fc3b118 | |
| parent | 495573caf51386f49e697830460999367e7fbeea (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.zip | |
| -rw-r--r-- | radish.rb | 3 | ||||
| l--------- | radish/.mpv/scripts/mpv_sponsorblock_minimal | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,7 @@ deploy save: "#{HOME}/...yml" do tree src: "#{dir}/radish", - dst: HOME + dst: HOME, + stops: [".mpv/scripts"] op SymLink, to: "#{HOME}/bin/emacsclient", from: "/data/data/org.gnu.emacs/lib/libemacsclient.so" diff --git a/radish/.mpv/scripts/mpv_sponsorblock_minimal b/radish/.mpv/scripts/mpv_sponsorblock_minimal new file mode 120000 index 0000000..98ad1af --- /dev/null +++ b/radish/.mpv/scripts/mpv_sponsorblock_minimal @@ -0,0 +1 @@ +../../../modules/mpv_sponsorblock_minimal
\ No newline at end of file |
