mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
feat(bat): upsert config file
This commit is contained in:
@@ -27,6 +27,11 @@ __init_bat() {
|
||||
|
||||
# chmod a+x ~/.local/opt/bat-v0.15.4/bin/bat
|
||||
chmod a+x "$pkg_src_cmd"
|
||||
|
||||
if ! [ -e ~/.config/bat/config ]; then
|
||||
mkdir -p ~/.config/bat/
|
||||
touch ~/.config/bat/config
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user