From 25b7f0377f763c3189cc75a45cff97f5d2fbd0f6 Mon Sep 17 00:00:00 2001 From: Filippo Ferrari Date: Tue, 12 Mar 2024 09:52:41 +0100 Subject: [PATCH] docs: linux setup --- content/post/linux-setup/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/post/linux-setup/index.md b/content/post/linux-setup/index.md index f7bce73..541933c 100644 --- a/content/post/linux-setup/index.md +++ b/content/post/linux-setup/index.md @@ -82,6 +82,12 @@ i didn't customize the setup very much just: - lazygit - other stuff I'm too lazy to remember +Does this setup sucks for your usecase? Remove it with: +``` +rm -rf ~/.config/nvim +rm -rf ~/.local/share/nvim +``` + ## Calendar: calcurse [calcurse](https://calcurse.org/) is a calendar and scheduling application. Terminal based, has a configurable notification system, uses vim bindings. Cool stuff.