diff options
-rw-r--r-- | .alacritty.yml | 2 | ||||
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
2 files changed, 3 insertions, 1 deletions
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 () { |