mirror of
https://github.com/nmasur/dotfiles
synced 2026-03-02 12:09:46 +00:00
remove deprecated brew line
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
};
|
};
|
||||||
global = {
|
global = {
|
||||||
brewfile = true; # Run brew bundle from anywhere
|
brewfile = true; # Run brew bundle from anywhere
|
||||||
lockfiles = false; # Don't save lockfile (since running from anywhere)
|
|
||||||
};
|
};
|
||||||
brews = [
|
brews = [
|
||||||
"trash" # Delete files and folders to trash instead of rm
|
"trash" # Delete files and folders to trash instead of rm
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ in
|
|||||||
};
|
};
|
||||||
global = {
|
global = {
|
||||||
brewfile = true; # Run brew bundle from anywhere
|
brewfile = true; # Run brew bundle from anywhere
|
||||||
lockfiles = false; # Don't save lockfile (since running from anywhere)
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user