aboutsummaryrefslogtreecommitdiff
path: root/linuxRoom.html
diff options
context:
space:
mode:
Diffstat (limited to 'linuxRoom.html')
-rw-r--r--linuxRoom.html41
1 files changed, 38 insertions, 3 deletions
diff --git a/linuxRoom.html b/linuxRoom.html
index 1c73c6a..1de84c4 100644
--- a/linuxRoom.html
+++ b/linuxRoom.html
@@ -39,11 +39,13 @@ table {
<li>Editor: <a href="#lite-xl">lite-xl</a></li>
<li>Media player: <a href="#mpv">mpv</a></li>
<li>Terminal: <a href="#alacritty">alacritty</a></li>
- <li>Shell: <a href="">zsh</a></li>
- <li>Terminal based editor: <a href="">neovim</a></li>
+ <li>Shell: <a href="#zsh">zsh</a></li>
+ <li>Terminal based editor: <a href="#neovim">neovim</a></li>
+ <li><a href="#emacs">emacs</a></li>
</ul>
</td>
</tr>
+
<tr>
<td>
<h2><a href="https://github.com/nathansmith117/dotfiles" target="_blank">Dotfiles</a></h2>
@@ -52,6 +54,12 @@ table {
</p>
</td>
</tr>
+
+ <tr>
+ <td>
+ <h2><a href="index.html">Back to main page<a></h2>
+ </td>
+ </tr>
</table>
<table border="1" width="60%">
@@ -284,7 +292,9 @@ table {
</p>
</td>
</tr>
-
+ </table>
+
+ <table border="1" width="60%">
<tr>
<td>
<h2 id="alacritty">Alacritty</h2>
@@ -317,6 +327,31 @@ table {
</p>
</td>
</tr>
+
+ <tr>
+ <td>
+ <h2 id="neovim">Neovim</h2>
+ <p>
+ I been using neovim for quite a while and have added a lot to my config. Onetime in the middle
+ of the night I thought my neovim config was trying to kill me because of the pain I caused it
+ by doing a bad job programming it. It looked like a flat snake head that was tired and pissed off.<br/>
+ I don't use neovim for programming things much anymore and prefer graphical editors
+ for that now but I still use neovim sometimes.<br/><br/>
+
+ You can find my neovim config (the one that tried to kill me)
+ <a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">here</a>.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <h2 id="emacs">Emacs</h2>
+ <p>
+ Don't use emacs. Its stupido.
+ </p>
+ </td>
+ </tr>
</table>
</center>
</body>