Add bat config
This commit is contained in:
parent
6cd2271e8b
commit
6785277559
2 changed files with 6 additions and 0 deletions
2
.config/bat/config
Normal file
2
.config/bat/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This theme works well in dark and light terminal theme
|
||||
--theme="Solarized (light)"
|
4
arch.sh
4
arch.sh
|
@ -344,6 +344,10 @@ main() {
|
|||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p'\""
|
||||
fish -c "set -Ux MANROFFOPT \"-c\""
|
||||
|
||||
# === Bat config ==
|
||||
mkdir "$HOME"/.config/bat
|
||||
wget -q --show-progress ${repo}/.config/bat/config -O "$HOME"/.config/bat/config
|
||||
|
||||
# === Docker ==
|
||||
systemctl enable docker.service
|
||||
systemctl start docker.service
|
||||
|
|
Loading…
Reference in a new issue