-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzellij-bundles.rb
More file actions
33 lines (27 loc) · 825 Bytes
/
zellij-bundles.rb
File metadata and controls
33 lines (27 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Zellij Bundler Configuration
# Define your Zellij plugins here
# Global settings
set :output_dir, "./config/zellij/plugins"
set :force, false
plugin "mostafaqanbaryan/zellij-switch"
# Plugins
# plugin "leakec/multitask"
# plugin "ndavd/zellij-cb"
# Example with version
# plugin "cunialino/zellij-sessionizer", tag: "v0.1.1"
# Example with custom output and filename
# plugin "owner/repo", to: "~/.zellij/plugins"
# plugin "owner/repo", as: "custom-name.wasm"
# Example with block syntax
# plugin "owner/repo" do
# tag "v1.0.0"
# to "./custom/path"
# as "custom-name.wasm"
# end
plugin 'Nacho114/harpoon'
plugin 'leakec/multitask'
plugin 'yaroslavborbat/zellij-bookmarks'
plugin 'laperlej/zellij-sessionizer'
plugin 'cristiand391/zj-quit'
plugin 'pirafrank/zellij-what-time'
plugin 'cristiand391/zj-status-bar'