blob: d4f7b47387d14c7f87fb7c69f0b9daea45e563a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shipwreckt</title>
<link rel="icon" href="../../Images/logo.jpg" type="image/x-icon">
<link rel="stylesheet" href="../../styles.css">
</head>
<body>
<div class="sidebar">
<h2>Table of Contents</h2>
<ul>
<li><a href="Dotfiles.html">Dotfiles</a></li>
<li><a href="https://gitlab.com/Shipwreckt/Dotfiles">Gitlab link</a></li>
</ul>
</div>
<div class="content">
<header>
<h1>Shipwreckt</h1><hr>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../index.html#projects">projects</a></li>
<li><a href="../../index.html#Articles">Articles</a></li>
<li><a href="../../index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<main id="main-content">
<h2><b>Dotfiles</b></h2>
<h3>What are Dotfiles?</h3><p>
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.</p>
<h3>What is the purpose?</h3><p>
The reason why I have dotfiles is for a few reasons. The first being I use my PC and
a few laptops, and having my configs being easilly 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 configs and if they find mind well I am more then happy
to help. The third reason is just in case somehting happens to one of my laptops or
my PC. I suggest if you have configuration files you should back them up on your
prefered git host.</p>
<h3>Software that is in the install script</h3>
<p>Arch Linux packages: qt5ct breeze breeze-gtk redshift htop lsb-release libreoffice-fresh python-psutil ufw scrot keepassxc rofi polybar ranger unzip mpv feh redshift linux-firmware-qlogic pavucontrol picom nitrogen thunar gvfs lxappearance
<p>AUR: wd719x-firmware upd72020x-fw yt-dlp-drop-in librewolf-bin nuclear-player-bin
</p>
</main>
</div>
<script src="../../script.js"></script>
</body>
</html>
|