aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md
diff options
context:
space:
mode:
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.md4
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.
151Let's take a look at some examples in the installation script. 151Let'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
173I 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. 173I 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