Add bat configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-05 19:43:25 +01:00
parent 089f2017c8
commit f0f2da57bb
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 11 additions and 2 deletions

View file

@ -21,7 +21,11 @@ contains all configurations files, directories and scripts that mostly get symli
by my install script.
### `.config/autokey`
This folder contains my phrases and scripts for [AutoKey](https://github.com/autokey/autokey).
This folder contains my phrases and scripts for
[AutoKey](https://github.com/autokey/autokey).
### `.config/bat`
This folder contains my configuration for [bat](https://github.com/sharkdp/bat) a replacement for cat.
### `.config/compton`
This folder contains my [compton](https://github.com/yshui/compton/releases) configuration.

View file

@ -35,6 +35,7 @@ LINKED_FILES_HOME=(
".bash_profile"
".bashrc"
".config/autokey"
".config/bat"
".config/compton"
".config/cron"
".config/dconf"

View file

@ -21,6 +21,9 @@ alias ls="exa -l"
# Alias for using ripgrep as grep replacement
alias grep="rg -n"
# Alias for using bat as cat replacement
alias cat="bat"
# Alias to get to my Projects folder
alias pj="cd ~/Projects"

View file

@ -0,0 +1 @@
--plain