aboutsummaryrefslogtreecommitdiffstats
path: root/using.html
blob: d653242ae24f510937127cc88f5bb394eae98a69 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!--
 * ========================
 * =====    ===============
 * ======  ================
 * ======  ================
 * ======  ====   ====   ==
 * ======  ===     ==  =  =
 * ======  ===  =  ==     =
 * =  ===  ===  =  ==  ====
 * =  ===  ===  =  ==  =  =
 * ==     =====   ====   ==
 * ========================
 *
 * jozanofastora.xyz: using.html
 * Mon Apr 18 21:03:14 CEST 2022
 * Joe
 *
 * Some of the things I use for computing
-->

<html>
	<head>
		<title>Joe's own website - things I use</title>
		<link rel="stylesheet" type="text/css" href="css/site.css">
		<meta charset="UTF-8">
	</head>
	<body>
		<div class="fullpage">
			<header>
				<h1><a href="index.html">Joe's dev blog - things I use</a></h1>
			</header>
			<div class="sidebar">
				<ul>
					<li><a href="index.html">home</a></li>
					<li><a href="projects/">my projects</a></li>
					<li><a href="files.html">files</a></li>
					<li><a href="using.html">my computing</a></li>
					<li><a href="links.html">links</a></li>
					<hr>
					<li><a href="https://gitjoe.xyz/">GitJoe</a></li>
					<li><a href="https://fossil.jozanofastora.xyz/">FossilJoe</a></li>
				</ul>
			</div>
			<div class="body-contents">
				<h1>My computing experience</h1>
				<p>
					These are the things I use in my day-to-day computing
					experience both at home and work. As I enjoy working
					from my computer and tweaking it, I recommend them all.
				</p>
				<p>
					My configuration files for some of these softwares can
					be found on my
					<a href="https://gitjoe.xyz/jozan/dotfiles-bsd/files.html">
						dotfiles
					</a>
					repo on GitJoe.
				</p>
				<h2>Software</h2>
				<p>
					<img src="img/neofetch.jpg" alt="neofetch.jpg" width="600">
					<ul>
						<li>
							<h4>Text editing</h4>
							Custom configured <b>GNU Emacs</b> to be used
							with vim key bindings. It is not the most
							lightweight editor out there but I love my
							config for all kind of coding or text editing.
							I use the GUI version.
						</li>
						<li>
							<h4>OS</h4>
							<b>FreeBSD 13</b> is my OS of choice.
						</li>
						<li>
							<h4>Window manager</h4>
							<b>dwm</b> is my favorite tiling window manager
							and the only one I use for it very light and highly
							extensible.
						</li>
						<li>
							<h4>Terminal emulator</h4>
							<b>st</b> is my favorite terminal emulator.
							Just like <b>dwm</b>, it's very light and highly
							extensible.
						</li>
						<li>
							<h4>Shell</h4>
							I use <b>zsh</b> as my only interactive shell.
						</li>
						<li>
							<h4>Software</h4>
							Here is a small list of programs I use frequently.
							Most are terminal-based.
							<ul>
								<li>
									Web browser: <b>Mozilla Firefox</b> for
									most web browsing. I also use <b>w3m</b>
									and <b>lynx</b> quite a lot.
								</li>
								<li>file manager: <b>lf</b></li>
								<li>image viewer: <b>nsxiv</b></li>
								<li>video player: <b>mpv</b></li>
								<li>music player: <b>mpd</b> + <b>ncmpc</b></li>
								<li>pdf viewer: <b>zathura</b></li>
								<li>RSS feed reader: <b>newsboat</b></li>
								<li>email client: <b>neomutt</b> running with <b>isync</b> and <b>msmtp</b></li>
								<li>address book: <b>abook</b></li>
								<li>calendar: <b>calcurse</b>
								<li>IRC client: <b>irssi</b>
							</ul>
						</li>
					</ul>
				</p>
				<h2>Hardware</h2>
			</div>
			<footer>
				<p>
					Copyright &copy; 2020-2022, Joe -
					see <a href="license.html">LICENSE</a> -
					this website does not use cookies or php or js
				</p>
			</footer>
		</div>
	</body>
</html>