diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-23 15:20:07 -0500 |
commit | f304d459c5278a135650296d2b1c407314d903fb (patch) | |
tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2021-02-19-macos.org | |
parent | 5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 (diff) | |
download | cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.gz cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.bz2 cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.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.org | 6 |
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 user@192.168.1.99= 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 |