From c136c9be896c361f7b14d945abbd46462cb73a99 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 17 Mar 2024 14:02:47 +0100 Subject: Added alacritty config --- alacritty.yml | 20 ++++++++++++++++++++ shenanigans.sh | 7 ++----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 alacritty.yml diff --git a/alacritty.yml b/alacritty.yml new file mode 100644 index 0000000..0710cb4 --- /dev/null +++ b/alacritty.yml @@ -0,0 +1,20 @@ +env: + TERM: xterm-256color + +window: + dimensions: + columns: 130 + lines: 60 + +font: + size: 14 + normal: + family: Berkeley Mono + bold: + family: Berkeley Mono + italic: + family: Berkeley Mono + +colors: + primary: + background: "#161616" diff --git a/shenanigans.sh b/shenanigans.sh index 86d9f53..41b088f 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,6 +1,5 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep -# jq xmlstarlet tilix fzf hx newsbeuter +# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet tilix fzf hx newsbeuter # Magical environment variables. @@ -79,6 +78,7 @@ backup() { cp /home/$USER/.gitconfig gitconfig cp /home/$USER/.vimrc vimrc + cp /home/$USER/.alacritty.yml alacritty.yml cp /home/$USER/.config/helix/config.toml config.toml cp /home/$USER/.newsboat/urls urls cp /home/$USER/.newsboat/cache.db cache.db @@ -86,9 +86,6 @@ backup() { cp -Rf /home/$USER/.ssh/ ./ cp -Rf /home/$USER/.aws/ ./ - dconf dump /com/gexperts/Tilix/ > tilix.dconf - # dconf load /com/gexperts/Tilix/ < tilix.dconf - find /home/$USER/Videos -type f -name "*.webm" -exec cp {} $VHOME/videos/ \; find /home/$USER/Pictures -type f -name "*.png" -exec cp {} $VHOME/pictures/ \; -- cgit v1.2.3