summaryrefslogtreecommitdiff
path: root/build/website/projects/dotfiles.html
blob: e0229db53eacd668ee3e6ab662a0cd80b7cf67eb (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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<meta name="description" content="My personal website.">
	<meta name="author" content="Preston Pan">
	<link rel="stylesheet" type="text/css" href="/css/style.css" />

	<link rel="icon" type="image/png" href="/img/favicon.png">
	<title>
Dotfiles
	</title>
</head>
<body>
	<div class="nav" class="justcenter">
		<a href="/index.html" class="justleft">Home</a> |
		<a href="/about/" class="justleft">About</a> |
		<a href="/about/contact.html" class="justleft">Contact</a>
		<!--BACKDIR-->
		<hr>
	</div>

	<div class="content">
<h1>Dotfiles</h1>
<p>
	My dotfiles are dracula themed and are inspired by <a href="https://lukesmith.xyz">Luke Smith's</a>
	<a href="https://github.com/LukeSmithxyz/voidrice/">voidrice</a> dotfiles. All the builds of suckless
	software are original builds, and there is a decent amount of originality in my dotfiles as well.
</p>

<p>
	I will make an install script for my dotfiles and suckless builds at a later date, probably for common distributions like
	Arch, Void, and Debian specifically. Included are two wallpapers, one made by the folks that make
	<a href="https://draculatheme.com"> the dracula theme</a>, and one of them was a picture taken by
	<a href="https://kaistevenson.com">Kai Stevenson</a>. I trust that you'll figure out which one's which.
</p>

<img src="/img/rice3.png" alt="Picture taken of dotfiles">

<p>You can get the dotfiles here:</p>
<code>git clone git://prestonpan.tech/dotfiles_dracula.git</code>

<p>And given a certain suckless program, you can clone my version like this:</p>
<code>git clone git://prestonpan.tech/[suckless_program]_dracula.git</code>

<p>
	If you still have problems getting the copies of the software, you can
	<a href="https://git.prestonpan.tech">browse my git frontend</a> for the software
	names.
</p>
	</div>
</body>
</html>