mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
fix: ignore not supported os
This commit is contained in:
parent
4005771984
commit
a7549018be
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ then
|
||||||
difftastic \
|
difftastic \
|
||||||
starship \
|
starship \
|
||||||
cargo install typos-cli
|
cargo install typos-cli
|
||||||
|
else
|
||||||
|
echo "Unsupported OS! Skipping execution of dotenv install.sh"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "== zplug"
|
echo "== zplug"
|
||||||
|
|
Loading…
Reference in a new issue