website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

software.html (4831B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="author" content="Shipwreckt">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>Software</title>
      8     <link rel="stylesheet" href="../styles.css">
      9     <link rel="icon" href="../Images/favi.png" type="image/x-icon">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <ul>
     15           <li><a href="../index.html">Home</a></li>
     16           <li><a href="../links.html">Links</a></li>
     17           <li><a href="../projects.html">Projects</a></li>
     18           <li><a href="../contact.html">Contact</a></li>
     19         </ul>
     20       </nav>
     21     </header>
     22     <main>
     23       <hr>
     24       <h3>Linux distro</h3>
     25       <img src="../Images/logos/archlinux.png" class="right-image" width="120px" style="margin-top: -35px;">
     26       <p>I use <a href="https://archlinux.org/">Arch Linux</a>, mainly because I am able to create my own work environment and I can pick what
     27       applications I want to install instead of most linux distros that does it for the user, the
     28       beauty of Arch Linux is that you are held responsible, nothing happens unless you let it
     29       happen. There is a learning curve but when you break it, it is more than worth it for
     30       the amount of freedom you get from Arch. It is also pretty fun to play with!</p><hr>
     31 
     32       <h3>Window manager</h3>
     33       <img src="../Images/logos/dwm.png" class="right-image" width="120px" style="margin-top: -15px;">
     34       <p>For my window manager, I use <a href="https://dwm.suckless.org/">DWM</a> because it is lightweight, fast, does the job, and allows me to learn C while configuring it. There is also a large selection of patches to DWM meaning you can modify it to your hearts content! What's not to like?</p><hr>
     35 
     36       <h3>Web browser</h3>
     37       <img src="../Images/logos/librewolf.png" class="right-image" width="110px" style="margin-top: -30px;">
     38       <p>For my web browser is <a href "https://librewolf.net/">librewolf</a>, the only browser that
     39       really cares about your privacy, whilst yes it is annoying being logged out of everything
     40       but this is why password managers exist.
     41       exist I just log on in a matter of seconds. I don't use many extensions but the ones I do use are
     42       <a href "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/">ublock</a>,
     43       <a href "https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/">KeePassXC</a>,
     44       <a href "https://addons.mozilla.org/en-US/firefox/addon/darkreader/">Dark reader</a>.</p><hr>
     45 
     46       <h3>IDE</h3>
     47       <img src="../Images/logos/Neovim.png" class="right-image" width="82px" style="margin-top: -30px;">
     48       <p>My IDE is Neovim, the reason why I use Neovim instead of something like <b>Visual Studio Code</b> is because it is simple and the keybinds are to die for, so if you want a simple easy IDE, I would suggest Neovim !</p><hr>
     49 
     50       <h3>Password manager</h3>
     51       <img src="../Images/logos/keepassxc.png" class="right-image" width="110px" style="margin-top: -40px;">
     52       <p>I use <a href="https://keepassxc.org/">KeePassXC</a> for managing my passwords, I
     53       used to use bitwarden but after a while I just thought I did not want my passwords in
     54       somebody else's server so I switched to KeePassXC because it is offline, I use syncthing
     55       to sync all my passwords from my laptop to my phone.</p><hr>
     56 
     57       <h3>File manager</h3>
     58       <img src="../Images/logos/ranger.png" class="right-image" width="110px" style="margin-top: -30px;">
     59       <p>For my file manager, I mostly use <a href ="https://github.com/ranger/ranger">Ranger</a>. The main reason I use Ranger is because it uses Vim keybinds and well I just love Vim keybinds! The only problem is I still sometimes use thunar for small things like mounting USB sticks and interacting with websites, but apart from that I only really use Ranger!</p><hr>
     60 
     61       <h3>App launcher</h3>
     62       <p>I use <a href="https://tools.suckless.org/dmenu/">Dmenu</a> for my app launcher because it works well with DWM and is simple and small !</p><hr> 
     63 
     64       <h3>Xorg or Wayland?</h3>
     65       <img src="../Images/logos/xorg.png" class="right-image" width="110px" style="margin-top: -30px;">
     66       <p>I like Wayland; it is smooth and modern. But I do not think it is fully there yet, so for
     67       now I am staaying with Xorg, because it just works and I have had no issues with it. In the future,
     68       in about a year (2025), I will switch to Wayland because it is much more modern, but for now, Xorg is my go-to.</p><hr>
     69 
     70       <h1>Misc software:</h3>
     71       <p><b><a href="https://wiki.archlinux.org/title/Plymouth">Plymouth</a></b> provides a graphical boot animation while the boot process happens in the background. This process is ran very early in the boot process.</p>
     72     </main>
     73   </body>
     74 </html>
     75