From a1312295bca6d65ef0e2fa49d2d917be2490ac47 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Fri, 30 Aug 2024 19:28:18 -0500 Subject: [PATCH] (chore): removed nushell references --- post_install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/post_install.sh b/post_install.sh index df45a24..67cfee5 100755 --- a/post_install.sh +++ b/post_install.sh @@ -149,13 +149,6 @@ echo ############### cp terminal/starship.toml ~/.config/starship.toml -echo ################### -echo # Setting up nvim # -echo ################### - -cp -r terminal/nushell/ ~/.config/ - - # Symlink files FILES=('vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'aliases')