From eeda8f1604ec81c4a2aa118ca47cffc63a00b862 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 19 Jul 2024 07:44:28 +0100 Subject: Updated dotfiles page --- README.md | 2 ++ public/Images/dotfiles/Tux.png | Bin 0 -> 11913 bytes public/about/software | 3 +++ public/projects/programs/dotfiles | 7 +++++++ public/styles.css | 7 +++++++ 5 files changed, 19 insertions(+) create mode 100644 public/Images/dotfiles/Tux.png diff --git a/README.md b/README.md index 95e4ac0..e5d6626 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is my personal website I do hope you like it! The reason why I have made this website is because I love the idea of a place that I own and control, I can just add whatever I want to this and it is awesome ! +Some day I will get an email server working :0 + There is somethings still to do till I can fully say it is out but I am working my hardest with the time I have so don't judge so fast! link to the website: https://shipwreckt.co.uk diff --git a/public/Images/dotfiles/Tux.png b/public/Images/dotfiles/Tux.png new file mode 100644 index 0000000..bdc5b1d Binary files /dev/null and b/public/Images/dotfiles/Tux.png differ diff --git a/public/about/software b/public/about/software index f0e60b6..c0a5443 100644 --- a/public/about/software +++ b/public/about/software @@ -26,6 +26,9 @@ happen. There is a learning curve but when you break it, it is more than worth it for the amount of freedom you get from Arch. +

Window manager

+

For my window manager, I use DWM because it is lightweight, fast, does the job, and allows me to learn C while configuring it. What's not to like?

+

Web browser

For my web browser is librewolf the only browser that really cares about your privacy, whilst yes it is annoying being logged out of everything diff --git a/public/projects/programs/dotfiles b/public/projects/programs/dotfiles index 260bfbe..422e963 100644 --- a/public/projects/programs/dotfiles +++ b/public/projects/programs/dotfiles @@ -20,8 +20,15 @@

Dotfiles

+ Our Lord

What are Dotfiles?

The reason I have dotfiles is for a few reasons. The first is that I use my PC and a few laptops interchangeably, and having my configurations easily downloadable is a big time saver. The second reason why I have my dotfiles up is because maybe somebody is looking for a certain baseline for their configurations, and if they find it well, I am more than happy to help that person. The third reason is just in case something happens to one of my laptops or my PC. I suggest that if you have configuration files, you should back them up on your preferred git host.

+ +

What are in my Dotfiles?

+

In my Dotfiles, I have created an install script written in Bash that automatically installs all of my configurations and the software I use, giving the end user my setup. I wouldn't suggest the average person use my setup as-is, but rather to take my configs and modify them, thereby making it their own!

+ +

I will not go in-depth about the software I use since I have already done that on the software page. Instead of including all my software, I have only included the essential software in the install script, as different computers serve different purposes. Additionally, I have programmed a part of the script to install any missing firmware, eliminating those annoying warning messages during package installation. While I can't guarantee this will work on all computers, it has successfully fixed all missing firmware on every computer I've tested it on so far. If you still encounter warning messages, please refer to the Arch Wiki page to see what firmware you need to install.

+
diff --git a/public/styles.css b/public/styles.css index 0395b73..3c05638 100644 --- a/public/styles.css +++ b/public/styles.css @@ -78,6 +78,13 @@ a:hover { margin-bottom: 10px; } +.right-image { + float: right; + margin: 0 0 10px 10px; + width: 250px; + height: auto; +} + /* Media Queries for responsiveness */ @media (max-width: 768px) { body { -- cgit v1.2.3