Skip to content

Commit

Permalink
Add tmux plugins support (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Sashanoraa <sasha@noraa.gay>
  • Loading branch information
gaykitty authored Aug 1, 2022
1 parent ecea68b commit ceee07d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/tmux.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"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"
}
]
}

0 comments on commit ceee07d

Please # to comment.