aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-02-19-macos.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-06-23 15:20:07 -0500
committerChristian Cleberg <[email protected]>2025-06-23 15:20:07 -0500
commite6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca (patch)
treec5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-02-19-macos.org
parentc9715768e01108f7e74ffab01aa368f8adfc3f15 (diff)
downloadcleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.gz
cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.bz2
cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.zip
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2021-02-19-macos.org')
-rw-r--r--content/blog/2021-02-19-macos.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2021-02-19-macos.org b/content/blog/2021-02-19-macos.org
index 8e59cc8..f7ee099 100644
--- a/content/blog/2021-02-19-macos.org
+++ b/content/blog/2021-02-19-macos.org
@@ -1,5 +1,5 @@
#+date: <2021-02-19 Fri 00:00:00>
-#+title: macOS Operating System: Initial Setup and Configuration Guide
+#+title: macOS for Linux Users: Initial Setup and CLI Customization
#+description: Comprehensive overview for first-time macOS users transitioning from other OS platforms, including system setup, terminal usage, and user interface customization.
#+slug: macos
#+filetags: :macos:terminal:setup:
@@ -38,7 +38,7 @@ can't stand items taking up precious screen space if I'm not currently
using them. On that same note, it's taking me some time to get use to
the fact that I have to manually quit an app or else it will still stay
open/active in the dock, even if I've closed out all windows for that
-app (e.g. Firefox).
+app (e.g. Firefox).
Overall, I'm having a lot of fun and for users who spend a large
majority of their time performing basic tasks like web browsing,
@@ -183,7 +183,7 @@ Of course, my customization of =zsh= would not be complete without
[[https://github.com/zsh-users/zsh-autosuggestions][zsh-autosuggestions]].
This will bring up commands you've run in the past as you type them. For
example, if you've run =ssh [email protected]= before, the terminal will
-show this command as soon as you start typing it (e.g. =zsh u=), and you
+show this command as soon as you start typing it (e.g. =zsh u=), and you
can hit the right arrow to autocomplete the command.
#+begin_src sh