<!-- * ======================== * ===== =============== * ====== ================ * ====== ================ * ====== ==== ==== == * ====== === == = = * ====== === = == = * = === === = == ==== * = === === = == = = * == ===== ==== == * ======================== * * 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. 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> </div> <footer> <p> Copyright © 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>