generated from chadbaldwin/simple-blog-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.html
50 lines (50 loc) · 1.41 KB
/
tools.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tools I use</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css"> <!-- fix this -->
<link rel="alternate" type="application/atom+xml" href="/en.atom">
</head>
<body id=post>
<main>
<header id="masthead"><a href="/" title="Julian Mo">Julian Mo</a></header>
<h1>What I use:</h1>
Tools and things I actively use.
<h2>Hardware</h2>
<ul>
<li>
MSI Cyborg 15 A13VE
- My daily driver and laptop
</li>
<li>
Dell Inspiron 3647
- Home Server that just runs scripts and vms that I don't want on my daily
</li>
</ul>
<h2>Software</h2>
<ul>
<li>
CachyOS (Arch Linux Derivative) - Because I use arch btw but faster
</li>
<li>
Arch Linux on the server
</li>
<li>
Foobar2000 - All things music (playing, file tagging and manipulation)
</li>
<li>
WINE - compatibility layer that runs windows application on my linux system (e.g. Foobar)
</li>
<li>
Firefox web browser
</li>
<li>
nvim for text editing
</li>
<li>
<a href="https://github.com/Yimche">Github</a> for source control where all my files are
</li>
</ul>
</main></body></html>