diff options
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | linuxRoom.html | 41 |
2 files changed, 40 insertions, 4 deletions
@@ -41,7 +41,7 @@ table { <tr> <td> <h2>Software I made</h2> - <p>(Things that stood out to me at 0:00 when making things)</p> + <p>(Things that stood out to me at 0:00 when making this)</p> <ul> <li><a href="https://gitea.com/nathansmithsmith/youload/releases" target="_blank">youload</a></li> <li><a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">nvim_config</a></li> @@ -66,6 +66,7 @@ table { <tr> <td> <h2><a href="graveyard.html">Visit the graveyard</a></h2> + <h2><a href="linuxRoom.html">Visit the linux room</a></h2> </td> </tr> </table> 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> |