diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-21 13:27:41 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-21 13:27:41 +0000 | 
| commit | bf62c1a4cd96f1b1d5ef83be03af39919c524f1a (patch) | |
| tree | e97009bf99e1acf56c7e87556236ffcab0f2592e /linux_room.html | |
| parent | efd9300d3c36e5cff9eb2a461acd2ffa330d0847 (diff) | |
| download | shittyweb-bf62c1a4cd96f1b1d5ef83be03af39919c524f1a.tar.gz shittyweb-bf62c1a4cd96f1b1d5ef83be03af39919c524f1a.tar.bz2 shittyweb-bf62c1a4cd96f1b1d5ef83be03af39919c524f1a.zip  | |
Update dotfiles in linux room
Diffstat (limited to 'linux_room.html')
| -rw-r--r-- | linux_room.html | 63 | 
1 files changed, 38 insertions, 25 deletions
diff --git a/linux_room.html b/linux_room.html index ace288c..4142131 100644 --- a/linux_room.html +++ b/linux_room.html @@ -43,7 +43,7 @@ table {                          <li>Feed reader: <a href="#liferea">liferea</a></li>                          <li>Terminal: <a href="#alacritty">alacritty</a></li>                          <li>Shell: <a href="#zsh">zsh</a></li> -                        <li>Terminal based editor: <a href="#neovim">neovim</a></li> +                        <li>Terminal based editor: <a href="#vim">vim</a></li>                          <li><a href="#emacs">emacs</a></li>                      </ul>                  </td> @@ -52,8 +52,10 @@ table {              <tr>                  <td>                      <h2><a href="https://codeberg.org/nathansmith/dotfiles" target="_blank">Dotfiles</a></h2> -                    <p>This is a repo for my dotfiles and its kind of fucked up. -                    Some configs have there own repos because I didn't think ahead lmao. +                    <p> +					  This is a repo for my dotfiles and its kind of fucked up. I finally fix it so +					  I have everything in the dotfiles repo instead of configs getting their +					  own repo and others not.                      </p>                  </td>              </tr> @@ -137,7 +139,8 @@ table {                          <li>                              Install the old ones with these three commands in a row:                              <ul> -                                <li><code>sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel</code></li> +                              <li><code>sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} +								  gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel</code></li>                                  <li><code>sudo dnf install lame\* --exclude=lame-devel</code></li>                                  <li><code>sudo dnf swap ffmpeg-free ffmpeg --allowerasing</code></li>                              </ul> @@ -153,7 +156,8 @@ table {                      <ul>                          <li>                              Follow the fedora docs on nvidia -                            <a href="https://docs.fedoraproject.org/en-US/quick-docs/set-nvidia-as-primary-gpu-on-optimus-based-laptops" target="_blank">here</a> +                            <a href="https://docs.fedoraproject.org/en-US/quick-docs/set-nvidia-as-primary-gpu-on-optimus-based-laptops" +							   target="_blank">here</a>                          </li>                          <li>                              Also look at the rpmfusion docs on nvidia @@ -183,7 +187,8 @@ table {                          (like this website), but it can look and feel great with some work!                      </p>                      <ul> -                        <li>Install nicer icons with <code>sudo dnf install papirus-icon-theme papirus-icon-theme-dark</code> then set them as your icon theme</li> +                      <li>Install nicer icons with <code>sudo dnf install papirus-icon-theme papirus-icon-theme-dark</code> +						then set them as your icon theme</li>                          <li>                              Install a better theme. Some good ones are:                              <ul> @@ -297,8 +302,10 @@ table {                      <h3>lite-xl config</h3>                      <p> -                        I have my config on a repo here <a href="https://codeberg.org/nathansmith/liteLXConfig" target="_blank">here</a>. -                        On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> environment variable. +                      The config can be found in my +					  <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/lite-xl" target="_blank">dotfiles</a>. +                      On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code> +					  environment variable.                          <br/><br/>                          My config has buttons for quickly opening a terminal and file explore in the current directory. @@ -316,11 +323,10 @@ table {                          in this world is worse then something getting in the way of anime time! Just like lite-xl and neovim                          mpv uses lua for its config files and is really simple by default. It also can play youtube videos                          or other online streams just by giving it a url.<br/><br/> -                         -                        The only thing I did to config mine was install plugins for a nicer interface -                        and mpris yet -                        <a href="https://codeberg.org/nathansmith/mpvconfig" target="_blank">it has its own repo</a> when it -                        could just be in the dotfiles repo. Like I said, my dotfiles are kind of fucked up. + +						The config can be found +						<a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/mpv" target="_blank"> +						  here</a>.                      </p>                  </td>              </tr> @@ -331,8 +337,8 @@ table {                      <p>                          Feed readers are one of those things I use on and off. A lot like mail clients feed readers                          tend to be very bloated. Liferea is my favorite but -                        it has always had issues with nvidia drivers until I found out a trick.<br/><br> -                        If liferea has issues add this to your /etc/environment and reboot</br> +                        it has always had issues with nvidia drivers until I found out a trick.<br/><br/> +                        If liferea has issues add this to your /etc/environment and reboot<br/>                          <code>WEBKIT_DISABLE_DMABUF_RENDERER=1</code>                          <br/><br/> @@ -395,16 +401,20 @@ table {              <tr>                  <td> -                    <h2 id="neovim">Neovim</h2> +                    <h2 id="vim">vim</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>. +					  For a long time I used neovim. I started using neovim becaues I wanted vim to act more +					  like a ide and have fancy shit. For most things I ended up using lite-xl more because +					  it did a better job doing all the fancy shit easier and smoother while still being +					  a lite bloat free editor. Neovim ended up just being used for editing configs, quickly +					  throwing together scripts, crazy vim wizard edits... so I decided to just ditch neovim +					  (you can find my old config +					  <a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">here</a>) +					  and instead go with a simple vimrc with only a few plugins. +					  <br/><br/> +					  My vimrc can be found <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.vimrc" +											   target="_blank"> +						here</a>.                      </p>                  </td>              </tr> @@ -413,7 +423,10 @@ table {                  <td>                      <h2 id="emacs">Emacs</h2>                      <p> -                        Don't use emacs. Its stupido.     +                      <b>Don't use emacs. Its stupido.</b> +					  <br/><br/> +					  That is and will always be true but lately as of writing this I been bit by +					  the emacs bug. Using emacs is so bad and so wrong but feels so good to use.                      </p>                  </td>              </tr>  | 
