move macos GUI software to homebrew
This commit is contained in:
parent
1f0ac65d0c
commit
9cc5b234ac
2 changed files with 6 additions and 8 deletions
|
|
@ -175,12 +175,6 @@
|
||||||
tree
|
tree
|
||||||
bzip2
|
bzip2
|
||||||
|
|
||||||
# macOS-specific GUI applications
|
|
||||||
maccy # Clipboard manager (macOS-only)
|
|
||||||
iina # Media player (macOS-optimized)
|
|
||||||
hidden-bar # Menu bar organizer (macOS-only)
|
|
||||||
localsend
|
|
||||||
|
|
||||||
# Development and build tools
|
# Development and build tools
|
||||||
python312
|
python312
|
||||||
uv
|
uv
|
||||||
|
|
@ -201,7 +195,7 @@
|
||||||
launchd.agents.maccy = {
|
launchd.agents.maccy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
ProgramArguments = [ "/Users/yanlin/Applications/Home Manager Apps/Maccy.app/Contents/MacOS/Maccy" ];
|
ProgramArguments = [ "/Applications/Maccy.app/Contents/MacOS/Maccy" ];
|
||||||
RunAtLoad = true;
|
RunAtLoad = true;
|
||||||
KeepAlive = false;
|
KeepAlive = false;
|
||||||
};
|
};
|
||||||
|
|
@ -210,7 +204,7 @@
|
||||||
launchd.agents.hidden-bar = {
|
launchd.agents.hidden-bar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
ProgramArguments = [ "/Users/yanlin/Applications/Home Manager Apps/Hidden Bar.app/Contents/MacOS/Hidden Bar" ];
|
ProgramArguments = [ "/Applications/Hidden Bar.app/Contents/MacOS/Hidden Bar" ];
|
||||||
RunAtLoad = true;
|
RunAtLoad = true;
|
||||||
KeepAlive = false;
|
KeepAlive = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,10 @@
|
||||||
"microsoft-excel"
|
"microsoft-excel"
|
||||||
"balenaetcher"
|
"balenaetcher"
|
||||||
"rectangle"
|
"rectangle"
|
||||||
|
"maccy"
|
||||||
|
"iina"
|
||||||
|
"hiddenbar"
|
||||||
|
"localsend"
|
||||||
];
|
];
|
||||||
taps = [
|
taps = [
|
||||||
# Additional repositories if needed
|
# Additional repositories if needed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue