From 27d2c14665c62f4f84406463171f0bdcc9703947 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 4 Jun 2025 02:09:45 +0200 Subject: [PATCH] Create .config folder if it does not exist for legacy ubuntu helper --- helpers/legacy_ubuntu_nvim.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/legacy_ubuntu_nvim.sh b/helpers/legacy_ubuntu_nvim.sh index 2f23e54..348ceff 100755 --- a/helpers/legacy_ubuntu_nvim.sh +++ b/helpers/legacy_ubuntu_nvim.sh @@ -8,4 +8,5 @@ sudo chmod +x /usr/local/bin/nvim rm -rf ~/.dotfiles git clone https://git.huizinga.dev/Dreaded_X/dotfiles ~/.dotfiles +mkdir -p ~/.config ln -s ~/.dotfiles/nvim/dot-config/nvim ~/.config/nvim