chore(scripts): eval scripts/shared.sh

This commit is contained in:
2024-07-17 10:04:16 +03:00
parent 8a3b2e703c
commit adecceda7a
21 changed files with 21 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
# Install neofetch from source
#
# shellcheck source=shared.sh
source "$HOME/.dotfiles/scripts/shared.sh"
eval "$HOME/.dotfiles/scripts/shared.sh"
NEOFETCH_VERSION="7.1.0"
NEOFETCH_REPO="https://github.com/dylanaraps/neofetch"