diff options
Diffstat (limited to 'using.html')
-rw-r--r-- | using.html | 72 |
1 files changed, 70 insertions, 2 deletions
@@ -12,10 +12,10 @@ * ======================== * * jozanofastora.xyz: using.html - * Mon Apr 18 20:11:16 CEST 2022 + * Mon Apr 18 21:03:14 CEST 2022 * Joe * - * The home page + * Some of the things I use for computing --> <html> @@ -43,7 +43,75 @@ </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.0-RELEASE</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 client: <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> |