]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add tmux plugins support (#147)
authorSashanoraa <sasha@noraa.gay>
Mon, 1 Aug 2022 12:47:41 +0000 (08:47 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 12:47:41 +0000 (14:47 +0200)
Signed-off-by: Sashanoraa <sasha@noraa.gay>
programs/tmux.json

index fa31c53044a9e4a8e6353e21d1e32dfbf67e0515..b6ae48289717cb8e30c733ffc97affae8c8f9d5c 100644 (file)
@@ -5,6 +5,11 @@
             "path": "$HOME/.tmux.conf",
             "movable": true,
             "help": "Supported since _v3.2_ (Partial support since _v3.1_).\n\nYou can move the file to _XDG_CONFIG_HOME/tmux/tmux.conf_.\n"
             "path": "$HOME/.tmux.conf",
             "movable": true,
             "help": "Supported since _v3.2_ (Partial support since _v3.1_).\n\nYou can move the file to _XDG_CONFIG_HOME/tmux/tmux.conf_.\n"
+        },
+        {
+            "path": "$HOME/.tmux",
+            "movable": true,
+            "help": "Set this in your tmux.conf:\n\n```set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.local/share/tmux/plugins'```\n\nThen update the path to tpm to:\n\n```run '~/.local/share/tmux/plugins/tpm/tpm'```\n\nNow move .tmux to _XDG_CONFIG_HOME_/tmux.\n"
         }
     ]
 }
         }
     ]
 }