From 46c7e13c6d9201d9f37015dbfeb746939e048908 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sat, 17 Sep 2022 12:02:50 -0700 Subject: [PATCH] Fixed vim not installing --- TODO.txt | 1 - dotenv.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index c15f636..c27b13e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,2 @@ -1 - Upgrade 2 - Hide the Manjaro Hello (and disable launch at start?) 3 - Install Oracle Guest additions? May not be required for some archs \ No newline at end of file diff --git a/dotenv.sh b/dotenv.sh index cf40e76..cb0a9b2 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -19,6 +19,7 @@ flatpak update --assumeyes echo -e "\n\n\nCreating directories\n\n\n" mkdir -p ~/Applications mkdir -p ~/htdocs +mkdir -p ~/.config/nvim # Install the tools I like to use in the CLI echo -e "\n\n\nInstalling CLI Tools\n\n\n"