dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 432eb8a838c732d11bd4a07a4f7556b0fe1f471f
parent 41cf91ae9e87eb6e983571f211624ba5a17cc909
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Sat,  7 Aug 2021 01:53:19 +0530

Alacritty usable fontsize configuration

Added homebrew's bash path in alacritty

Diffstat:
M.config/alacritty/alacritty.yml | 32+++++---------------------------
1 file changed, 5 insertions(+), 27 deletions(-)

diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml @@ -1,29 +1,7 @@ font: size: 16 -colors: - name: Tomorrow (light) - author: Chris Kempson - primary: - background: "#ffffff" - foreground: "#373b41" - cursor: - text: "#ffffff" - cursor: "#373b41" - normal: - black: "#1d1f21" - red: "#cc6666" - green: "#b5bd68" - yellow: "#f0c674" - blue: "#81a2be" - magenta: "#b294bb" - cyan: "#8abeb7" - white: "#c5c8c6" - bright: - black: "#969896" - red: "#cc6666" - green: "#b5bd68" - yellow: "#f0c674" - blue: "#81a2be" - magenta: "#b294bb" - cyan: "#8abeb7" - white: "#ffffff" +shell: + program: /usr/local/bin/bash + args: + - --login +