diff options
| author | 2024-10-12 20:10:40 +0000 | |
|---|---|---|
| committer | 2024-10-12 20:10:40 +0000 | |
| commit | a3679703b93e37fb9ad7ced7a60c47acd6479324 (patch) | |
| tree | a6f474d15ef5322be87955c5988b94610584d16f /README.md | |
add project
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7a96b4 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# base16-lazygit + +<!-- markdownlint-disable MD013 --> + +This repo provides templates for using [Base16](https://github.com/tinted-theming/home) color schemes with [lazygit](https://github.com/jesseduffield/lazygit), simple terminal UI for git commands. + +All files in `colors` directory generated by [lustache](https://luarocks.org/modules/olivine-labs/lustache) and [lustache-cli](https://github.com/djmattyg007/lustache-cli). + +## Examples + +### base16-onedark + + + +### base16-google-light + + + +## Usage + +You can find an example config in `examples/config.yml`. + +Place this file in: + +- Linux: `~/.config/lazygit/config.yml`. +- MacOS: `~/Library/Application\ Support/lazygit/config.yml`. +- Windows: `%LOCALAPPDATA%\lazygit\config.yml` (default location, but it will also be found in `%APPDATA%\lazygit\config.yml`. + +## License + +MIT |
