Skip to content

Commit

Permalink
add mac_scripts folder and update readme accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
dombean committed Feb 9, 2025
1 parent 38ff4dd commit 6d4c9c0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ the file `generate_ssh_github.sh` will be decrypted.
- `Dockerfile`: Dockerfile for building a Docker image of the setup.
- `secrets.yml`: Encrypted file containing sensitive information, managed with Ansible Vault.
- `setup_brew_mac.sh`: Bash script to set up Homebrew and essential tools on macOS.
- `mac_scripts`: Folder containing scripts for macOS.

## 📝 Note

Expand Down
22 changes: 22 additions & 0 deletions mac_scripts/open_yazi.app/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Open Yazi</string>
<key>CFBundleExecutable</key>
<string>open_yazi.sh</string>
<key>CFBundleIconFile</key>
<string>yazi_icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.dominic.openyazi</string>
<key>CFBundleName</key>
<string>Open Yazi</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
4 changes: 4 additions & 0 deletions mac_scripts/open_yazi.app/Contents/MacOS/open_yazi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# Open Ghostty and ensure it runs with your full zsh configuration
open -na "Ghostty" --args -e "zsh -c 'source ~/.zshrc; y; exec zsh'"
Binary file not shown.

0 comments on commit 6d4c9c0

Please sign in to comment.