aboutsummaryrefslogtreecommitdiffstats
path: root/using.html
blob: 7fd53370dfcfd400aa988c0f55ec10dceba961ad (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!--
 * ========================
 * =====    ===============
 * ======  ================
 * ======  ================
 * ======  ====   ====   ==
 * ======  ===     ==  =  =
 * ======  ===  =  ==     =
 * =  ===  ===  =  ==  ====
 * =  ===  ===  =  ==  =  =
 * ==     =====   ====   ==
 * ========================
 *
 * jozanofastora.xyz: using.html
 * Tue Apr 19 22:00:58 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.html">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. My wallapers can be found on
					<a href="files.html">this page</a>.
				</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. I left
							GNU/Linux for BSD about 1 year ago and I never
							felt the need to go back!
						</li>
						<li>
							<h4>Window manager</h4>
							<b>dwm</b> is my favorite tiling window manager
							and the only one I use for it is 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>Other 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>
						<li>
							<h4>Games</h4>
							I haven't played much video games in recent times
							but here's what I used to play a lot:
							<ul>
								<li>
									<b>Kerbal Space Program</b> on my Linux
									machine, I loved this game!
								</li>
								<li>
									<b>Classic DOOM</b> and <b>Hexen</b>
									through <b>gzdoom</b>, it runs very
									smooth on BSD.
								</li>
							</ul>
						</li>
					</ul>
				</p>
				<h2>Hardware</h2>
				<ul>
				</ul>
			</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>