From b1f76ce9b09298ef593c41d97b3cd26dc7c75d1f Mon Sep 17 00:00:00 2001 From: pks Date: Mon, 10 Jun 2024 16:40:12 +0200 Subject: macos stuff --- .../Library/LaunchAgents/rocks.pks.autostart.plist | 24 ++++++++ .../Library/LaunchAgents/rocks.pks.sync-mail.plist | 70 ++++++++++++++++++++++ packages/macos-macports.txt | 23 +++++++ 3 files changed, 117 insertions(+) create mode 100644 by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist create mode 100644 by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist create mode 100644 packages/macos-macports.txt diff --git a/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist new file mode 100644 index 0000000..1f564e0 --- /dev/null +++ b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.autostart.plist @@ -0,0 +1,24 @@ + + + + + Label + rocks.pks.autostart + + OnDemand + + + UserName + pks + + GroupName + staff + + ProgramArguments + + /bin/mkdir + -p + /tmp/pks/mutt + + + diff --git a/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist new file mode 100644 index 0000000..56f236e --- /dev/null +++ b/by_os/Darwin/launchagents/Library/LaunchAgents/rocks.pks.sync-mail.plist @@ -0,0 +1,70 @@ + + + + + Label + rocks.pks.sync-mail + + ProgramArguments + + /Users/pks/.local/bin/sync-mail + + + StandardErrorPath + /tmp/pks/sync-mail.err + StandardOutPath + /tmp/pks/sync-mail.out + + StartCalendarInterval + + + Minute + 0 + + + Minute + 5 + + + Minute + 10 + + + Minute + 15 + + + Minute + 20 + + + Minute + 25 + + + Minute + 30 + + + Minute + 35 + + + Minute + 40 + + + Minute + 45 + + + Minute + 50 + + + Minute + 55 + + + + diff --git a/packages/macos-macports.txt b/packages/macos-macports.txt new file mode 100644 index 0000000..33fb7db --- /dev/null +++ b/packages/macos-macports.txt @@ -0,0 +1,23 @@ +alacritty +autoconf +automake +btop +cmake +colordiff +fzf +htop +isync +md5sha1sum +mosh +mpv +multitail +mutt +pigz +renameutils +stow +texlive-latex +tmux +vim +vlc +w3m +zsh -- cgit v1.2.3