diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-23 01:48:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-23 01:48:05 +0200 |
| commit | 6056258a66ac016c1294e2fd88425f90098cd1f9 (patch) | |
| tree | f9805fa25f05b21295e56bf57885f5d8dc237d8b /content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md | |
| parent | 4794dd34e74f3e75d0a62556a093514ee25df8e7 (diff) | |
| download | mitjafelicijan.com-6056258a66ac016c1294e2fd88425f90098cd1f9.tar.gz | |
Fixed a bunch of content headings
Diffstat (limited to 'content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md')
| -rw-r--r-- | content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. | |||
| 151 | Let's take a look at some examples in the installation script. | 151 | Let's take a look at some examples in the installation script. |
| 152 | 152 | ||
| 153 | 153 | ||
| 154 | #### Docker recipe | 154 | ### Docker recipe |
| 155 | 155 | ||
| 156 | ```sh | 156 | ```sh |
| 157 | # docker | 157 | # docker |
| @@ -168,7 +168,7 @@ systemctl status docker --no-pager | |||
| 168 | /sbin/usermod -aG docker $USERNAME | 168 | /sbin/usermod -aG docker $USERNAME |
| 169 | ``` | 169 | ``` |
| 170 | 170 | ||
| 171 | #### Making bash pretty | 171 | ### Making bash pretty |
| 172 | 172 | ||
| 173 | 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. | 173 | 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. |
| 174 | 174 | ||
