new tool: bat
This commit is contained in:
parent
9023a3349b
commit
235883201d
4 changed files with 2084 additions and 0 deletions
1
home/private_dot_config/bat/config
Normal file
1
home/private_dot_config/bat/config
Normal file
|
@ -0,0 +1 @@
|
|||
--theme="Catppuccin Mocha"
|
2081
home/private_dot_config/bat/themes/Catppuccin Mocha.tmTheme
Normal file
2081
home/private_dot_config/bat/themes/Catppuccin Mocha.tmTheme
Normal file
File diff suppressed because it is too large
Load diff
|
@ -33,3 +33,4 @@ daily = 'zk new --no-input "$ZK_NOTEBOOK_DIR/journal/daily"'
|
|||
|
||||
[tool]
|
||||
editor = "hx"
|
||||
fzf-preview = "bat -p --color always {-1}"
|
||||
|
|
|
@ -6,6 +6,7 @@ set -e
|
|||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
brew install \
|
||||
age \
|
||||
bat \
|
||||
bzip2 \
|
||||
cmus \
|
||||
curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue