aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-04-10 08:46:49 -0500
committerChristian Cleberg <hello@cleberg.net>2024-04-10 08:46:49 -0500
commit851056536d31a14f65f4febc7148551b2e54e779 (patch)
treee421922a6f882fdd58ec02f313b68f9af14c7c25
parent6ad69a76198c29ef987337427dcefa7e91dddd8b (diff)
downloadcleberg.net-851056536d31a14f65f4febc7148551b2e54e779.tar.gz
cleberg.net-851056536d31a14f65f4febc7148551b2e54e779.tar.bz2
cleberg.net-851056536d31a14f65f4febc7148551b2e54e779.zip
update macOS wiki post
-rw-r--r--content/wiki/macos.org156
1 files changed, 58 insertions, 98 deletions
diff --git a/content/wiki/macos.org b/content/wiki/macos.org
index 8af8393..0517c9b 100644
--- a/content/wiki/macos.org
+++ b/content/wiki/macos.org
@@ -1,28 +1,26 @@
#+title: macOS
-#+date: <2024-03-13 Wed 08:00:00>
+#+date: <2024-04-10 Wed 08:36:50>
Related:
- [[/wiki/hardware.html][Hardware]]
-My primary OS. Currently running macOS Sonoma 14. This wiki page
-contains most of the apps I have used at one point or another across my
-different Macbooks.
+My primary OS. Currently running macOS Sonoma 14. This wiki page contains most
+of the apps I have used at one point or another across my different Macbooks.
-[=*=] = My favorites
+(=*=) = My favorites
** Configuration
*** Disable System Services
-- [[https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection][Disabling
- and Enabling System Integrity Protection]]
+- [[https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection][Disabling and Enabling System Integrity Protection]]
- Disable Gatekeeper: =sudo spctl --master-disable=
*** Dotfiles
-These are probably out of date, but they give a general idea of how I
-configure my machine.
+These are probably out of date, but they give a general idea of how I configure
+my machine.
#+begin_src config
# ~/.zshrc
@@ -81,112 +79,74 @@ echo "yabai configuration loaded.."
*** Browsers
-- [[https://librewolf.net/][Librewolf]] [=*=] - Custom version of
- Firefox, focused on privacy and security
- - [[https://bitwarden.com/][Bitwarden]] - An open source password
- manager
- - [[https://darkreader.org/][Dark Reader]] - Dark mode for all the
- websites
- - [[https://libredirect.github.io/][Libredirect]] - Automatic web
- redirections
- - [[https://strongboxsafe.com/][Strongbox]] - Keepass password manager
- for iOS & macOS
- - [[https://ublockorigin.com/][uBlock Origin]] - Free, open-source ad
- content blocker
-- [[https://github.com/ungoogled-software/ungoogled-chromium][Ungoogled
- Chromium]] - Google Chromium, sans integration with Google
-- [[https://www.gnu.org/software/emacs/manual/html_mono/eww.html][eww]] -
- Emacs Web Wowser, for TUI browsing
+- [[https://librewolf.net/][Librewolf]] (=*=) - Custom version of Firefox, focused on privacy and security
+ - [[https://bitwarden.com/][Bitwarden]] - An open source password manager
+ - [[https://darkreader.org/][Dark Reader]] - Dark mode for all the websites
+ - [[https://libredirect.github.io/][Libredirect]] - Automatic web redirections
+ - [[https://strongboxsafe.com/][Strongbox]] - Keepass password manager for iOS & macOS
+ - [[https://ublockorigin.com/][uBlock Origin]] - Free, open-source ad content blocker
+- [[https://github.com/ungoogled-software/ungoogled-chromium][Ungoogled Chromium]] - Google Chromium, sans integration with Google
+- [[https://www.gnu.org/software/emacs/manual/html_mono/eww.html][eww]] - Emacs Web Wowser, for TUI browsing
*** Communications
-- [[https://github.com/tulir/gomuks][gomuks]] - A terminal based Matrix
- client
-- [[https://www.thunderbird.net/][Thunderbird]] [=*=] - An open source
- email client by Mozilla
-- [[https://signal.org/][Signal]] [=*=] - A simple, powerful, and secure
- messenger
+- [[https://element.io/][Element]] (=*=) - Matrix's default GUI client
+- [[https://github.com/tulir/gomuks][gomuks]] - A terminal based Matrix client
+- [[https://www.thunderbird.net/][Thunderbird]] (=*=) - An open source email client by Mozilla
+- [[https://signal.org/][Signal]] (=*=) - A simple, powerful, and secure messenger
*** Development
-- [[https://www.docker.com/products/docker-desktop/][Docker Desktop]] -
- Docker containers for your desktop
- - [[https://github.com/open-webui/open-webui][open-webui]] -
- User-friendly WebUI for LLMs
-- [[https://iterm2.com/][iTerm2]] [=*=] - The best terminal for macOS,
- hands down
+- [[https://www.docker.com/products/docker-desktop/][Docker Desktop]] - Docker containers for your desktop
+ - [[https://github.com/open-webui/open-webui][open-webui]] - User-friendly WebUI for LLMs
+- [[https://iterm2.com/][iTerm2]] (=*=) - The best terminal for macOS, hands down
+- [[https://podman-desktop.io/][Podman Desktop]] (=*=) - Open source tool for containers and Kubernetes
- [[https://developer.apple.com/xcode/][Xcode]] - Apple's IDE
-- [[https://en.wikipedia.org/wiki/Z_shell][zsh]] [=*=] - My shell
- preference due to its plugin and theme community
- - [[https://github.com/zsh-users/zsh-autosuggestions][zsh-autosuggestions]] -
- Fish-like autosuggestions for zsh
- - [[https://github.com/zsh-users/zsh-syntax-highlighting][zsh-syntax-highlighting]] -
- Fish shell like syntax highlighting for Zsh
+- [[https://en.wikipedia.org/wiki/Z_shell][zsh]] (=*=) - My shell preference due to its plugin and theme community
+ - [[https://github.com/zsh-users/zsh-autosuggestions][zsh-autosuggestions]] - Fish-like autosuggestions for zsh
+ - [[https://github.com/zsh-users/zsh-syntax-highlighting][zsh-syntax-highlighting]] - Fish shell like syntax highlighting for Zsh
*** Editors
-- [[https://github.com/doomemacs/doomemacs][Doom Emacs]] - An Emacs
- framework, great for working in org-mode
-- [[https://obsidian.md/][Obsidian]] [=*=] - A nice Markdown-based
- editor based on a "vault" structure. Offers a paid sync solution and
- community extensions
-- [[https://standardnotes.com/][Standard Notes]] - A simple text editor
- focused on privacy and security. Offers a paid sync solution and
- community extensions
-- [[https://vscodium.com/][VSCodium]] [=*=] - VS Code without
- proprietary blobs
+- [[https://github.com/doomemacs/doomemacs][Doom Emacs]] (=*=) - An Emacs framework, great for working in org-mode
+- [[https://obsidian.md/][Obsidian]] - A nice Markdown-based editor based on a "vault" structure.
+ Offers a paid sync solution and community extensions
+- [[https://standardnotes.com/][Standard Notes]] - A simple text editor focused on privacy and security. Offers
+ a paid sync solution and community extensions
+- [[https://vscodium.com/][VSCodium]] - VS Code without proprietary blobs
*** Media
-- [[https://skylum.com/luminar][Luminar]] - Luminar offers top-notch
- photo editing features
+- [[https://skylum.com/luminar][Luminar]] - Luminar offers top-notch photo editing features
- [[https://www.minecraft.net/][Minecraft]] - Block mining simulator
-- [[https://netnewswire.com/][NetNewsWire]] - A free and open source RSS
- reader for Mac, iPhone, and iPad
-- [[https://www.plex.tv/][Plex]] [=*=] - Desktop client for the Plex
- Media Server
-- [[https://store.steampowered.com/][Steam]] - The top gaming
- marketplace for computers
-- [[https://transmissionbt.com/][Transmission]] [=*=] - A Fast, Easy and
- Free Bittorrent Client
-- [[https://www.videolan.org/vlc/][VLC]] - A free and open source
- cross-platform multimedia player
+- [[https://netnewswire.com/][NetNewsWire]] - A free and open source RSS reader for Mac, iPhone, and iPad
+- [[https://www.plex.tv/][Plex]] (=*=) - Desktop client for the Plex Media Server
+- [[https://store.steampowered.com/][Steam]] - The top gaming marketplace for computers
+- [[https://transmissionbt.com/][Transmission]] (=*=) - A Fast, Easy and Free Bittorrent Client
+- [[https://www.videolan.org/vlc/][VLC]] - A free and open source cross-platform multimedia player
** Package Management
-- [[https://brew.sh/][Homebrew]] [=*=] - The Missing Package Manager for
- macOS (or Linux)
-- [[https://www.macports.org/][MacPorts]] - A system to compile,
- install, and manage open source software
+- [[https://brew.sh/][Homebrew]] (=*=) - The Missing Package Manager for macOS (or Linux)
+- [[https://www.macports.org/][MacPorts]] - A system to compile, install, and manage open source software
*** Utilities
-- [[https://www.macbartender.com/Bartender5/][Bartender 5]] [=*=] - Easy
- control and customization over the native macOS menu bar
-- [[https://betterdisplay.pro/][BetterDisplay]] - Allows you to tweak a
- ton of features of built-in and external screens, such as scaling,
- configuration overrides, and color/brightness upscaling
-- [[https://bitwarden.com/][Bitwarden]] - An open source password
- manager
-- [[https://ollama.com/][Ollama]] - Run Llama 2, Code Llama, and other
- models locally on your machine
- - [[https://github.com/kghandour/Ollama-SwiftUI][Ollama Swift]] - User
- Interface made for Ollama.ai using Swift
-- [[https://obdev.at/products/littlesnitch/index.html][LittleSnitch]] -
- Shows all network connections on your Macbook, including system and
- privileged services
-- [[https://obdev.at/products/microsnitch/index.html][MicroSnitch]] -
- Camera & microphone monitoring and alterting service
-- [[https://mullvad.net/][Mullvad]] [=*=] - A private VPN service
-- [[https://github.com/koekeishiya/skhd][skhd]] [=*=] - Simple hotkey
- daemon for macOS
-- [[https://strongboxsafe.com/][Strongbox]] - Keepass password manager
- for iOS & macOS
-- [[https://syncthing.net/][Syncthing]] [=*=] - Continuous file
- synchronization
-- [[https://www.bresink.com/osx/TinkerTool.html][TinkerTool]] - Unlock
- hidden configuration options for macOS
-- [[https://github.com/koekeishiya/yabai][yabai]] [=*=] - Automatic
- window tiling
-- [[https://github.com/yt-dlp/yt-dlp][yt-dlp]] - A youtube-dl fork with
- additional features and fixes
+- [[https://www.macbartender.com/Bartender5/][Bartender 5]] (=*=) - Easy control and customization over the native macOS menu
+ bar
+- [[https://betterdisplay.pro/][BetterDisplay]] - Allows you to tweak a ton of features of built-in and external
+ screens, such as scaling, configuration overrides, and color/brightness
+ upscaling
+- [[https://bitwarden.com/][Bitwarden]] - An open source password manager
+- [[https://ollama.com/][Ollama]] - Run Llama 2, Code Llama, and other models locally on your machine
+ - [[https://github.com/kghandour/Ollama-SwiftUI][Ollama Swift]] - User Interface made for Ollama.ai using Swift
+- [[https://obdev.at/products/littlesnitch/index.html][LittleSnitch]] - Shows all network connections on your Macbook, including system
+ and privileged services
+- [[https://obdev.at/products/microsnitch/index.html][MicroSnitch]] - Camera & microphone monitoring and alterting service
+- [[https://mullvad.net/][Mullvad]] (=*=) - A private VPN service
+- [[https://github.com/koekeishiya/skhd][skhd]] (=*=) - Simple hotkey daemon for macOS
+- [[https://strongboxsafe.com/][Strongbox]] - Keepass password manager for iOS & macOS
+- [[https://syncthing.net/][Syncthing]] (=*=) - Continuous file synchronization
+- [[https://www.bresink.com/osx/TinkerTool.html][TinkerTool]] - Unlock hidden configuration options for macOS
+- [[https://github.com/koekeishiya/yabai][yabai]] (=*=) - Automatic window tiling
+- [[https://github.com/yt-dlp/yt-dlp][yt-dlp]] - A youtube-dl fork with additional features and fixes