From 6056258a66ac016c1294e2fd88425f90098cd1f9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 23 May 2023 01:48:05 +0200 Subject: Fixed a bunch of content headings --- .../2021-12-03-debian-based-riced-up-distribution-for-developers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md') diff --git a/content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md b/content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md index e0677cf..56816a0 100644 --- a/content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md +++ b/content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md @@ -151,7 +151,7 @@ This is some of the output from the installation script. Let's take a look at some examples in the installation script. -#### Docker recipe +### Docker recipe ```sh # docker @@ -168,7 +168,7 @@ systemctl status docker --no-pager /sbin/usermod -aG docker $USERNAME ``` -#### Making bash pretty +### Making bash pretty I really like [Oh My Zsh](https://ohmyz.sh/), but I don't like zsh shell. When I used it, I constantly needed to be aware of it and running bash scripts was a pain. So, I was really delighted when I found out that a version for bash existed called [Oh My Bash](https://ohmybash.nntoan.com/). Let's take a look at the recipe for installing it. -- cgit v1.2.3