.bash_profile might not be there
This commit is contained in:
parent
c3cbd19336
commit
3e98f416bc
|
|
@ -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
|
git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi # clone the repository
|
||||||
bin/chezmoi diff
|
bin/chezmoi diff
|
||||||
bin/chezmoi apply
|
bin/chezmoi apply
|
||||||
source ~/.bash_profile
|
source ~/.profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue