From d07f981eb471d690d1412cb35114258d7e2f77f5 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 15 Mar 2022 10:27:56 +0900 Subject: [PATCH] updated project info --- markdown/portfolio/linux setup script.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/markdown/portfolio/linux setup script.md b/markdown/portfolio/linux setup script.md index 98f29b4..7dfc337 100644 --- a/markdown/portfolio/linux setup script.md +++ b/markdown/portfolio/linux setup script.md @@ -1,10 +1,21 @@ --- name: Arch Linux setup script -overview: A setup script and dotfiles for my arch linux setup. +overview: My arch linux desktop setup image: /img/portfolio/linux-setup-script.png repo: https://github.com/developomp/setup badges: - linux + - python - gnubash - vim --- + +Setting up a linux desktop properly takes a lot of time. +I learned this the hard way when I was still in highschool. +While playing around with OS one day, I somehow managed to completely mess up the OS files beyond repair and had no choice but to reinstall the whole thing. +Luckily, this was right after the classes were over so I was able to fix it at the cost of my entire afternoon. +That's when I decided that I need some automation. + +This project is essentially a collection of python scripts that automates the OS setup process. +It automatically sets up applications and restores the configuration just the way I like it. +It also has a nice text-based user interface so I can choose specific actions to execute.