.bash_profile might not be there

This commit is contained in:
missytake 2025-09-06 12:22:09 +02:00
parent c3cbd19336
commit 3e98f416bc
Signed by: missytake
GPG key ID: 04CC6658320518DF

View file

@ -8,6 +8,6 @@ curl -sfL https://git.io/chezmoi | sh # Install chezmoi
git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi # clone the repository
bin/chezmoi diff
bin/chezmoi apply
source ~/.bash_profile
source ~/.profile
```