We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3030aa1 commit 6942230Copy full SHA for 6942230
brew/Brewfile
@@ -51,6 +51,8 @@ if OS.mac?
51
# --- Casks
52
# https://www.mozilla.org/en-GB/firefox/
53
cask "firefox"
54
+# https://brave.com/
55
+cask "brave-brovser"
56
# https://addons.mozilla.org/en-GB/firefox/addon/profile-switcher/
57
brew "firefox-profile-switcher-connector"
58
# https://www.opera.com/
zsh/zshrc
@@ -57,7 +57,7 @@ else
fi
59
if command -v starship >/dev/null 2>&1; then
60
- eval "$(direnv init zsh)"
+ eval "$(starship init zsh)"
61
else
62
echo "!!! STARSHIP not installed"
63
0 commit comments