]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/tmux.json
Create krew.json (#373)
[xdg-ninja.git] / programs / tmux.json
1 {
2 "name": "tmux",
3 "files": [
4 {
5 "path": "$HOME/.tmux.conf",
6 "movable": true,
7 "help": "Supported since _v3.2_ (Partial support since _v3.1_).\n\nYou can move the file to _$XDG_CONFIG_HOME/tmux/tmux.conf_.\n"
8 },
9 {
10 "path": "$HOME/.tmux",
11 "movable": true,
12 "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"
13 }
14 ]
15 }