Skip to content

My configuration for bat, the cat(1) clone with wings

License

Unknown, OFL-1.1 licenses found

Licenses found

Unknown
LICENSE.adoc
OFL-1.1
LICENSE_OFL.txt
Notifications You must be signed in to change notification settings

jwillikers/bat-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bat Config

My configuration for bat, a cat(1) clone with syntax highlighting and Git integration.

Usage

This repository contains the configuration files for bat. This file is synchronized using this Git repository. The following instructions detail how to use and sync this repository.

Set up

  1. Install the bat package.

    sudo rpm-ostree install bat
  2. Reboot for the changes to take effect.

    sudo systemctl reboot

Install

Install these settings with the following instructions.

  1. Clone this repository.

    git -C ~/Projects clone git@github.com:jwillikers/bat-config.git
  2. Create the ~/.config/bat directory.

    mkdir ~/.config/bat
  3. Copy the configuration file in the bat directory to the bat configuration directory.

    cp ~/Projects/bat-config/bat/config ~/.config/bat

Update

To update the settings in this repository from an existing installation, follow these steps.

  1. If you haven’t already done so, clone this repository.

    git -C ~/Projects clone git@github.com:jwillikers/bat-config.git
  2. Copy the configuration file ~/.config/bat/config to this repository.

    cp ~/.config/bat/config ~/Projects/bat-config/bat/
  3. Stage the updated file.

    git -C ~/Projects/bat-config add -A
  4. Commit.

    git -C ~/Projects/bat-config commit -m "Update configuration putting all others to shame"
  5. Push the changes back to the central repository.

    git -C ~/Projects/bat-config push

Code of Conduct

Please refer to the project’s Code of Conduct.

License

This repository is licensed under the GPLv3. Please refer to the bundled license.

© 2023 Jordan Williams

Authors

About

My configuration for bat, the cat(1) clone with wings

Topics

Resources

License

Unknown, OFL-1.1 licenses found

Licenses found

Unknown
LICENSE.adoc
OFL-1.1
LICENSE_OFL.txt

Stars

Watchers

Forks