diff options
-rw-r--r-- | linux_room.html | 60 |
1 files changed, 18 insertions, 42 deletions
diff --git a/linux_room.html b/linux_room.html index 59595c4..9477044 100644 --- a/linux_room.html +++ b/linux_room.html @@ -82,17 +82,6 @@ table { </ul> </td> </tr> - - <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. 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> </table> <table border="1" width="60%"> @@ -188,10 +177,20 @@ table { at a time until I had <b>the grip strength to crush a human skull</b>. Now my rsi is cured <i>as long as I keep up the exercises</i>. <br/><br/> - I dont use doom emacs, spacemacs... or any of that shit. Just good old gnu emacs with my own - config which can be found <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.emacs.d" - target="_blank">here</a>. + I dont use doom emacs, spaceacs.. or any of that bullshit. Just good old gnu emacs with a + simple config and a hand full of plugins. <br/> + Some of my favorite are: + </p> + <ul> + <li>Ivy: it makes emacs feel a bit nicer without completely changing it by much.</li> + <li>Company with eglot: a easy way to add good auto-complete and lsp support. It doesnt + bloat the system up too much and it adds much faster and better auto-complete then + what any standard ide has and it doesnt get in the way.</li> + <li>nyan-mode: this plugin will change your life. Emacs isnt even usable without it. This + plugin is the biggest reason I use emacs. Take that vim users!</li> + </ul> + <p> <b>Fun fact: I use emacs to work on this site.</b> </p> </td> @@ -262,11 +261,7 @@ table { I switched to mpv because vlc was acting weird with audio sometimes when watching anime and nothing 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 config can be found - <a href="https://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/mpv" target="_blank"> - here</a>. + or other online streams just by giving it a url. </p> </td> </tr> @@ -486,9 +481,7 @@ table { 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://codeberg.org/nathansmith/dotfiles/src/branch/main/.config/alacritty" target="_blank">dotfiles repo</a>. + one of the biggest things keeping me away from alacritty. </p> </td> </tr> @@ -498,9 +491,7 @@ table { <h2 id="zsh">zsh</h2> <p> zsh is pretty cool though I been playing with fish a bit and been thinking of switching to that. - zsh has lots of cool things like vi keys and is somewhat compatable with bash to. - <br/><br/> - For my zsh config to work correctly you need powerline and nerd fonts. + zsh has lots of cool things like vi keys (even though I use emacs) and is somewhat compatable with bash to. </p> </td> </tr> @@ -517,10 +508,6 @@ table { (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>. <br/><br/> <b><i>How dare someone use both emacs and vim!</i></b> Shut your fucking piehole stupido! </p> @@ -533,7 +520,7 @@ table { <td> <h1 id="extras">Extras</h1> <p> - These are programs I use to use, dont use much... that I wanted to add. + These are programs I at one point used, dont use much... that I wanted to add. </p> </td> </tr> @@ -545,20 +532,9 @@ table { I started using lite-xl because I wanted a simple little easy to config graphical text editor. lite-xl is just that. I no longer have a need for it as I get into emacs again as of writing this but still a great little editor. - </p> - - <h3>lite-xl config</h3> - <p> - My old config can be found - <a href="https://codeberg.org/nathansmith/dotfiles/src/commit/2cf000e92d2aec0f6e679aa228b739388b8edb72/.config/lite-xl" - target="_blank">here</a>. + <br/><br/> 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. - It doesn't know what your defaults are for those apps so to set them just change the varibles - in the "init.lua" file. </p> </td> </tr> |