1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 22:37:11 +03:00
wezterm/ci
Wez Furlong 0f8146b212
docs: shift from return {} style to config.something style
Nudge new users towards using this style:

```lua
local config = {}
config.color_scheme = 'Batman'
return config
```

and surface how to write lua modules closer to the main section
on config files. In that lua modules section, nudge towards using
a convention similar to that of the plugin spec described in
this commit: e4ae8a844d
2023-03-19 18:26:21 -07:00
..
add-color-screen-shots.sh sync color schemes 2022-06-19 07:35:48 -07:00
appimage.sh ci: try harder for app image build 2023-02-17 12:13:42 -07:00
appstreamcli include appstream data in AppImage 2020-05-04 22:55:33 -07:00
build-docs.sh revise verify-pages triggers and workflow 2023-03-15 23:43:28 -07:00
check-rust-version.sh rust 1.67 is the minimum required version 2023-02-06 06:18:02 -07:00
create-release.sh ci: correctly set the tag for release description 2022-09-06 07:13:55 -07:00
deploy.sh Remove Source entry in Debian control file (#2828) 2022-12-04 08:53:37 -07:00
flatpak.sh add content rating and release info to appdata 2022-08-08 06:44:22 -07:00
generate-docs.py docs: shift from return {} style to config.something style 2023-03-19 18:26:21 -07:00
generate-workflows.py fix trigger paths! 2023-03-16 00:05:00 -07:00
macos-entitlement.plist macos: add camera entitlement 2022-09-24 19:14:55 -07:00
make-color-screen-shots.sh docs: update colorschemes screenshots 2022-04-05 08:18:01 -07:00
make-winget-pr.sh ci: nth time's the charm for winget tag pr thing 2022-08-07 11:31:46 -07:00
PKGBUILD.template Add context menu extension for Nautilus (#1712) 2022-03-17 16:35:51 -07:00
retry.sh ci: reduce retries 2021-12-06 20:46:02 -07:00
source-archive.sh ci: use consistent git core.abbrev setting for TAGNAME 2021-12-05 19:21:06 -07:00
stylua.toml docs: reformat lua code 2022-07-19 06:27:33 -07:00
subst-release-info.py docs: make them build on macos again 2023-03-15 22:56:44 -07:00
tag-name.sh ci: urgh, try another way 2022-01-01 13:33:40 -07:00
tag.sh ci: urgh, try another way 2022-01-01 13:33:40 -07:00
update-derived-files.sh showkeys/docs: generate copy_mode defaults from the code 2022-08-04 06:28:32 -07:00
wezterm-homebrew-macos.rb.template brew tap is now a Cask on macOS 2021-05-22 08:30:10 -07:00
wezterm-linuxbrew.rb.template Update wezterm-linuxbrew.rb.template 2022-03-10 05:50:45 -08:00
windows-installer.iss Allow windows installer to run on arm64 emulating x64 2022-11-15 08:41:18 -08:00