Add claws mail configs, update VS Code stuff

This commit is contained in:
askiiart 2024-02-28 13:08:48 -06:00
parent f3d181729e
commit 68c06c06a6
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 570 additions and 4 deletions

View file

@ -47,5 +47,11 @@ if [ -d /etc/greetd ]; then
cp /etc/greetd/config.toml $GIT_DIR/greetd/
fi
# Claws Mail configs
rm -rf $GIT_DIR/claws-mail
mkdir $GIT_DIR/claws-mail
cp $HOME/.claws-mail/clawsrc $GIT_DIR/claws-mail/clawsrc
cp $HOME/.claws-mail/matcherrc $GIT_DIR/claws-mail/matcherrc
# xinitrc
cp $HOME/.xinitrc $GIT_DIR/other-files/.xinitrc