Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“bat“ snowblock #259

Closed
arcticicestudio opened this issue May 4, 2020 · 0 comments · Fixed by #263
Closed

“bat“ snowblock #259

arcticicestudio opened this issue May 4, 2020 · 0 comments · Fixed by #263

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented May 4, 2020

Create a new snowblock for bat

A cat(1) clone with syntax highlighting and Git integration.

I've used the project for quite some time and the configurations have now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this will include the config file symlinked to the corresponding XDG specific and OS dependent path(s):

  • Linux: ${XDG_CONFIG_HOME:-$HOME/.config}/bat
  • macOS: ${XDG_CONFIG_HOME:-$HOME/.config}/bat

For now I'll stick with the bundled "Nord" highlighting theme, but as soon as an official port project is available it'll either be included in igloo or, even better, submitted to bat in order to ship it as officially maintained theme.

@arcticicestudio arcticicestudio added this to the Next milestone May 4, 2020
arcticicestudio added a commit that referenced this issue May 4, 2020
Created a new snowblock for bat [1]
> A _cat(1)_ clone with syntax highlighting and Git integration.

I've used the project for quite some time and the configurations have
now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this includes the `config` file [2] symlinked to the
corresponding XDG specific [3] and OS dependent path(s):

- Linux: `${XDG_CONFIG_HOME:-$HOME/.config}/bat`
- macOS: `${XDG_CONFIG_HOME:-$HOME/.config}/bat`

For now I'll stick with the bundled "Nord" highlighting theme,
but as soon as an official port project is available it'll either be
included in igloo or, even better, submitted to bat in order to ship it
as officially maintained theme.

[1]: https://github.com/sharkdp/bat
[2]: https://github.com/sharkdp/bat#configuration-file
[3]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

GH-259

Co-authored-by: Sven Greb <[email protected]>
arcticicestudio added a commit that referenced this issue May 4, 2020
Created a new snowblock for bat [1]
> A _cat(1)_ clone with syntax highlighting and Git integration.

I've used the project for quite some time and the configurations have
now been tested enough on a day-by-day basis to be persisted in igloo.

Initially this includes the `config` file [2] symlinked to the
corresponding XDG specific [3] and OS dependent path(s):

- Linux: `${XDG_CONFIG_HOME:-$HOME/.config}/bat`
- macOS: `${XDG_CONFIG_HOME:-$HOME/.config}/bat`

For now I'll stick with the bundled "Nord" highlighting theme,
but as soon as an official port project is available it'll either be
included in igloo or, even better, submitted to bat in order to ship it
as officially maintained theme.

[1]: https://github.com/sharkdp/bat
[2]: https://github.com/sharkdp/bat#configuration-file
[3]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

Closes GH-259

Co-authored-by: Sven Greb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants