From 3eb3d9ac4bab599a17200cf36473e59458449e8b Mon Sep 17 00:00:00 2001 From: Gwen Lofman Date: Thu, 18 Apr 2019 16:09:39 -0400 Subject: [PATCH] Install spacemacs config on setup --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 7c0874f..6027223 100755 --- a/setup.sh +++ b/setup.sh @@ -17,6 +17,7 @@ ln -sbv "$DIR/.bashrc" ~ ln -sbv "$DIR/profiles/.bash_profile" ~ ln -sbv "$DIR/profiles/.inputrc" ~ ln -sbv "$DIR/profiles/.vimrc" ~ +ln -sbv "$DIR/profiles/.spacemacs" ~ ln -sbv "$DIR/git/.gitconfig" ~ ln -sbv "$DIR/git/.gitignore_global" ~ ln -sbv "$DIR/git/.gitattributes_global" ~