feat: install betterdisplay
This commit is contained in:
14
script/install.d/73-betterdisplay.sh
Normal file
14
script/install.d/73-betterdisplay.sh
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Description:
|
||||||
|
# (macOS only) Install BetterDisplay.
|
||||||
|
#
|
||||||
|
|
||||||
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
|
if ! brew list --cask betterdisplay &> /dev/null; then
|
||||||
|
brew install --cask betterdisplay
|
||||||
|
else
|
||||||
|
echo "BetterDisplay is already installed."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user