From df5e6a7df13443b9f4e148cdbfb3eb9f3ece8892 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Tue, 24 Sep 2024 20:38:45 +0200 Subject: [PATCH] docs: linux-setup.md --- content/post/linux-setup/index.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/post/linux-setup/index.md b/content/post/linux-setup/index.md index 48b93b3..fb1a5fc 100644 --- a/content/post/linux-setup/index.md +++ b/content/post/linux-setup/index.md @@ -1,4 +1,4 @@ ---- +---linux title: My linux userspace description: A collection of tools i use in my workflow image: linux.png @@ -69,19 +69,22 @@ Again, if you ever want to be taken into consideration by the cool guys and gals All jokes aside [htop](https://htop.dev/) is a neat piece of software, very light and super useful, written in the mighty C language. ## Text editor: neovim -ok, big boys time, i use vim as my main text editor both to play around in linux and to write code -i use [AstroVim](https://astronvim.com/) setup, its a very IDE like setup and you can go much more minimalistic if you need to. +Ok, big boys time, I use neovim as my main text editor both to play around in linux and to write code.\ +I use the [AstroVim](https://astronvim.com/) setup, it's a very "IDE-like" setup and you can go much more minimalistic if you need to. That being said i am constantly hopping among major neovim configs so this might very well change in the future. -i didn't customize the setup very much just: +I didn't customize the setup very much just: - relative lines set to true - catcapuccin as my theme - path_display not truncated - telescope search with hidden files enabled - random nerdfont installed using this [guide](https://www.behova.net/install-nerd-font-on-arch-linux/) (i will probably copy it just in case this site cease to exists) - macro changes -- lazygit +- lazygit for git version control +- minor bindings changes +- minor treesitter changes - other stuff I'm too lazy to remember + Does this setup suck for your usecase? Remove it with: ``` rm -rf ~/.config/nvim @@ -123,4 +126,4 @@ and more. I like it. It uses BorgBackup under the hood and is part of Gnome cirle apps. ## SWAG: neofetch -do i need to say more? you can have it start at login to flex on r/unixporn, normal users will be most likely disgusted (rightfully so) +Do i need to say more? You can have it start at login to flex on r/unixporn, normal linux users will be most likely disgusted (rightfully so)