feat: bat with theme - catppuccino

This commit is contained in:
Ryan Yin
2023-07-16 16:08:55 +08:00
parent cf80c7549e
commit c06504032c
5 changed files with 978 additions and 15 deletions

View File

@@ -60,20 +60,6 @@
vimAlias = true;
};
# a cat(1) clone with syntax highlighting and Git integration.
bat = {
enable = true;
config = {
pager = "less -FR";
# theme = "Catppuccin-mocha";
};
#themes = {
# Catppuccin-mocha = builtins.readFile (pkgs.fetchurl {
# url = "https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme";
# hash = "sha256-qMQNJGZImmjrqzy7IiEkY5IhvPAMZpq0W6skLLsng/w=";
# });
#};
};
# skim provides a single executable: sk.
# Basically anywhere you would want to use grep, try sk instead.