- .config/bat/themes/Nord.tmTheme — full tmTheme covering comments, strings, numbers, keywords, functions, types, tags, CSS, markdown, diff markup, decorators, regex, YAML/TOML/JSON, shell - .config/bat/config — sets Nord as default theme - arty.yml: bat:build task to rebuild cache after cloning dotfiles - .gitignore: whitelist bat config and theme Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
42 lines
645 B
Plaintext
Executable File
42 lines
645 B
Plaintext
Executable File
# Ignore everything
|
|
*
|
|
|
|
# But not these files.
|
|
!.gitignore
|
|
!.gitconfig
|
|
!.editorconfig
|
|
!.nvmrc
|
|
!.ruby-version
|
|
!.python-version
|
|
!.p10k.zsh
|
|
!.zprofile
|
|
!.zlogout
|
|
!.zlogin
|
|
!.zshrc
|
|
!.zshenv
|
|
!.hushlogin
|
|
!arty.yml
|
|
!bin/
|
|
!bin/arty
|
|
!bin/stacks
|
|
!bin/README.md
|
|
!bin/setup
|
|
!.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/keybindings.json
|
|
!.config/
|
|
!.config/yazi/
|
|
!.config/yazi/yazi.toml
|
|
!.config/yazi/theme.toml
|
|
!.config/micro/
|
|
!.config/micro/settings.json
|
|
!.config/micro/bindings.json
|
|
!.config/micro/colorschemes/
|
|
!.config/micro/colorschemes/nord-tc.micro
|
|
!.config/bat/
|
|
!.config/bat/config
|
|
!.config/bat/themes/
|
|
!.config/bat/themes/Nord.tmTheme
|
|
!LICENSE
|
|
!README.md
|