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.md18
1 files changed, 9 insertions, 9 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 1f5bd89..5981392 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
@@ -43,28 +43,28 @@ I didn't want this to just be a set of config files for theming purpose. I wante
43 43
44First, I choose terminal installer and left it to load additional components. Avoid using graphical installer in this case. 44First, I choose terminal installer and left it to load additional components. Avoid using graphical installer in this case.
45 45
46![](/dfd-rice/install-00.png) 46![](/assets/dfd-rice/install-00.png)
47 47
48After that I selected hostname and created a normal user and set password for that user and root user and choose guided mode for disk partitioning. 48After that I selected hostname and created a normal user and set password for that user and root user and choose guided mode for disk partitioning.
49 49
50![](/dfd-rice/install-01.png) 50![](/assets/dfd-rice/install-01.png)
51 51
52I left it run to install all the things required for the base system and opted out of scanning additional media for use by the package manager. Those will be downloaded from the internet during installation. 52I left it run to install all the things required for the base system and opted out of scanning additional media for use by the package manager. Those will be downloaded from the internet during installation.
53 53
54![](/dfd-rice/install-02.png) 54![](/assets/dfd-rice/install-02.png)
55 55
56 56
57I opted out of the popularity contest, and **now comes the important part**. Uncheck all the boxes in Software selection and only leave 'standard system utilities'. I also left an SSH server, so I was able to log in to the machine from my main PC. 57I opted out of the popularity contest, and **now comes the important part**. Uncheck all the boxes in Software selection and only leave 'standard system utilities'. I also left an SSH server, so I was able to log in to the machine from my main PC.
58 58
59![](/dfd-rice/install-03.png) 59![](/assets/dfd-rice/install-03.png)
60 60
61At this point, I installed GRUB bootloader on the disk where I installed the system. 61At this point, I installed GRUB bootloader on the disk where I installed the system.
62 62
63![](/dfd-rice/install-04.png) 63![](/assets/dfd-rice/install-04.png)
64 64
65That concluded the installation of base Debian and after restarting the computer I was prompted with the login screen. 65That concluded the installation of base Debian and after restarting the computer I was prompted with the login screen.
66 66
67![](/dfd-rice/install-05.png) 67![](/assets/dfd-rice/install-05.png)
68 68
69Now that I had the base installation, it was time to choose what software do I want to include in this so-called distribution. I wanted out of the box developer experience, so I had plenty to choose. 69Now that I had the base installation, it was time to choose what software do I want to include in this so-called distribution. I wanted out of the box developer experience, so I had plenty to choose.
70 70
@@ -84,7 +84,7 @@ One of the requirements for me was easy custom layouts because I use a really st
84 84
85What I was doing in Gnome was having windows in a layout like the diagram below. This is my common practice. And if you look at it you can clearly see I was replicating tiling window manager setup in Gnome. 85What I was doing in Gnome was having windows in a layout like the diagram below. This is my common practice. And if you look at it you can clearly see I was replicating tiling window manager setup in Gnome.
86 86
87![](/dfd-rice/layout.png) 87![](/assets/dfd-rice/layout.png)
88 88
89 89
90That made me look into a bunch of tiling window managers and then tested them out. Candidates I was looking at were: 90That made me look into a bunch of tiling window managers and then tested them out. Candidates I was looking at were:
@@ -144,7 +144,7 @@ Currently, most of these recipes use what Debian and this is totally fine with m
144 144
145This is some of the output from the installation script. 145This is some of the output from the installation script.
146 146
147![](/dfd-rice/script.png) 147![](/assets/dfd-rice/script.png)
148 148
149Let's take a look at some examples in the installation script. 149Let's take a look at some examples in the installation script.
150 150
@@ -191,4 +191,4 @@ The current version boots in 4s to the login prompt, and after you log in, the d
191 191
192And this is how it looks with two terminals side by side. I really like the simplicity and clean interface. I will polish the colors and stuff like that, but I really do like the results. 192And this is how it looks with two terminals side by side. I really like the simplicity and clean interface. I will polish the colors and stuff like that, but I really do like the results.
193 193
194![](/dfd-rice/desktop.png) 194![](/assets/dfd-rice/desktop.png)