diff --git a/alacritty.yml b/alacritty.yml new file mode 100644 index 0000000000000000000000000000000000000000..0710cb415df47d4eb354808df1870fb5fcde7bfb --- /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 86d9f534d6c155b55e3510065d9958241bbfec9c..41b088f52edefa1e7ea92af889c9489fd7bd63d7 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,15 +78,13 @@ cp /home/$USER/.smbcredentials smbcredentials 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 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/ \;