Add post install/update functionality.

This commit is contained in:
Bartek Stalewski 2024-06-25 00:06:22 +02:00
parent da19c0a6c9
commit c9d2cf6c80
No known key found for this signature in database
5 changed files with 25 additions and 4 deletions

View file

@ -65,6 +65,9 @@ if [[ -f ~/.note ]]; then
echo
fi
# cleaning
rm -rf ~/.warprc
# local settings
if [[ -f ~/.local/config/zsh ]]; then
source ~/.local/config/zsh