Skip to content

Commit

Permalink
👍 update setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Feb 24, 2024
1 parent b01cb66 commit c9185fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .setup/options/setup/after-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ while true; do
cp ../../../.p10k.zsh ~/.p10k.zsh
cp -TR ../../../.config ~/.config

if [ -d ~/.local ]; then
cp -TR ../../../.local ~/.local
fi

# shellcheck disable=SC1091
if [ -f "/etc/os-release" ]; then
. /etc/os-release
Expand Down

0 comments on commit c9185fd

Please sign in to comment.