diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 21:21:13 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 21:21:13 +0000 | 
| commit | 79ea4d36a25145c9c0858d0f4867b600f5c6ae14 (patch) | |
| tree | 2d0640683a4d61204fcfa1a2b9e1ab06fdd04c44 /linuxRoom.html | |
| parent | e45aaa344e7e9563e564164441436266fbe6b8ab (diff) | |
| download | shittyweb-79ea4d36a25145c9c0858d0f4867b600f5c6ae14.tar.gz shittyweb-79ea4d36a25145c9c0858d0f4867b600f5c6ae14.tar.bz2 shittyweb-79ea4d36a25145c9c0858d0f4867b600f5c6ae14.zip  | |
Added alacritty section
Diffstat (limited to 'linuxRoom.html')
| -rw-r--r-- | linuxRoom.html | 16 | 
1 files changed, 15 insertions, 1 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 35552ba..4edbd57 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -38,7 +38,7 @@ table {                          <li>Mail client: <a href="#claws">claws</a></li>                          <li>Editor: <a href="#lite-xl">lite-xl</a></li>                          <li>Media player: <a href="#mpv">mpv</a></li> -                        <li>Terminal: <a href="">alacritty</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>                      </ul> @@ -284,6 +284,20 @@ table {                      </p>                  </td>              </tr> + +            <tr> +                <td> +                    <h2 id="alacritty">Alacritty</h2> +                    <p> +                        I only started using it very recently because I been using kitty for a long time. +                        I switched to alacritty because ssh in kitty is fucked up and I found out that +                        alacritty now has a option for toml files for the config. The yml files was +                        one of the biggest things keeping me away from alacritty.<br/><br/> +                        You can find my config on the +                        <a href="https://github.com/nathansmith117/dotfiles/tree/main/.config/alacritty" target="_blank">dotfiles repo</a>. +                    </p> +                </td> +            </tr>          </table>      </center>  </body>  | 
