summaryrefslogtreecommitdiff
path: root/website/projects
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-08 11:35:23 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-08 11:35:23 -0800
commitd0db914d79caad6fd203f373c981de002849274a (patch)
tree916017c5e8bd229c484fe5577d29f5c2af487dc4 /website/projects
parentfe1612089ba52485ff472cadaa05f742b1b201c5 (diff)
add dotfiles entry
Diffstat (limited to 'website/projects')
-rw-r--r--website/projects/dotfiles.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/website/projects/dotfiles.html b/website/projects/dotfiles.html
new file mode 100644
index 0000000..7badc8e
--- /dev/null
+++ b/website/projects/dotfiles.html
@@ -0,0 +1,31 @@
+$$START TITLE
+Dotfiles
+$$END TITLE
+
+$$START 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>
+
+<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>
+$$END CONTENT