From 1545291c6bdd0f83fbad092dc464aecd68498be8 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 8 Jan 2022 13:33:07 +0800 Subject: Add alacritty config file --- .alacritty.yml | 2 ++ scripts/bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .alacritty.yml diff --git a/.alacritty.yml b/.alacritty.yml new file mode 100644 index 0000000..85754d7 --- /dev/null +++ b/.alacritty.yml @@ -0,0 +1,2 @@ +font: + size: 16 diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9fd7d7a..235aead 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -21,7 +21,7 @@ link_all () { .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \ .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ - .zprofile .newsboat .ledgerrc .nnnrc + .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml } main () { -- cgit v1.2.3