- Add .config/glow/nord.json — full glamour style using Nord palette (Polar Night bg, Frost headings, Aurora syntax, Snow Storm text) - Configure glow.yml to use the Nord style by default - Track both glow files in .gitignore whitelist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
707 B
Plaintext
Executable File
45 lines
707 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
|
|
!.config/glow/
|
|
!.config/glow/glow.yml
|
|
!.config/glow/nord.json
|
|
!LICENSE
|
|
!README.md
|