We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813e468 commit 87aaedcCopy full SHA for 87aaedc
1 file changed
applications.sh
@@ -24,11 +24,6 @@ install_tailscale() {
24
mas install 1475387142
25
}
26
27
-# Function to install NextDNS
28
-install_nextdns() {
29
- mas install 1464122853
30
-}
31
-
32
# Function to install the interactive rebase tool for Git
33
install_interactive_rebase_tool() {
34
brew install git-interactive-rebase-tool
@@ -61,11 +56,6 @@ if [[ $ANSWER = "y" ]]; then
61
56
install_tailscale
62
57
fi
63
58
64
-read -p "Install NextDNS? [y/N] " ANSWER
65
-if [[ $ANSWER = "y" ]]; then
66
- install_nextdns
67
-fi
68
69
59
read -p "Install interactive rebase tool? [y/N] " ANSWER
70
60
if [[ $ANSWER = "y" ]]; then
71
install_interactive_rebase_tool
0 commit comments