Skip to content

Commit 5f39ddb

Browse files
manage things
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent a858620 commit 5f39ddb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ brew-install: ## Install apps with Brew
2121
# todo: install brew as well if not set
2222
-@./brew/setup.sh
2323
# todo: move to set.sh
24-
@brew bundle --file=brew/Brewfile.mas --no-lock;
24+
@brew bundle --file=brew/Brewfile.mas;
2525

2626
osx-install: ## Install macOSx
2727
@tools/os/setup.sh

brew/Brewfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/Homebrew/homebrew-bundle
2-
tap "homebrew/bundle"
3-
tap "homebrew/core"
2+
# tap "homebrew/bundle"
3+
# tap "homebrew/core"
44
tap "denisidoro/tools"
55
tap "buo/cask-upgrade"
66
# tap "null-dev/firefox-profile-switcher"
@@ -53,7 +53,7 @@ cask "firefox"
5353
# https://brave.com/
5454
cask "brave-browser"
5555
# https://addons.mozilla.org/en-GB/firefox/addon/profile-switcher/
56-
brew "firefox-profile-switcher-connector"
56+
# brew "firefox-profile-switcher-connector"
5757
# https://www.opera.com/
5858
# cask "opera"
5959
# https://www.google.com/intl/en_uk/chrome/

brew/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ brew_install() {
3939
if [[ $i -gt 0 ]]; then
4040
local file="${files[$i-1]}"
4141
information "${file}"
42-
if ! "${brewexec}" bundle --file="brew/${file}" --describe --no-lock -q; then
42+
if ! "${brewexec}" bundle --file="brew/${file}" --describe -q; then
4343
error "failed to install ${file}! aborting..."
4444
fi
4545
fi

0 commit comments

Comments
 (0)