From c774cccc10637fbb90d2b6a45cdfd8e94ef8311d Mon Sep 17 00:00:00 2001
From: pietrodito <pietrodito@gmail.com>
Date: Mon, 25 May 2020 10:26:47 +0200
Subject: [PATCH] Tune: arch - vterm

---
 00-run-installers.sh          | 2 +-
 03-clone-spacemacs-develop.sh | 2 +-
 99-emacs-and-tools.sh         | 1 +
 dot.emacs-profiles.el         | 4 ++--
 layers/general/layers.el      | 2 +-
 5 files changed, 6 insertions(+), 5 deletions(-)
 create mode 100755 99-emacs-and-tools.sh

diff --git a/00-run-installers.sh b/00-run-installers.sh
index d738e0c..15f6983 100755
--- a/00-run-installers.sh
+++ b/00-run-installers.sh
@@ -21,4 +21,4 @@ export -f mefs_message
 ./02-chemacs-setup.sh
 ./03-clone-spacemacs-develop.sh
 ./04-multiple-spacemacs-configs.sh
-./05-doom-setup.sh
+# ./05-doom-setup.sh
diff --git a/03-clone-spacemacs-develop.sh b/03-clone-spacemacs-develop.sh
index 751796c..e91cf0b 100755
--- a/03-clone-spacemacs-develop.sh
+++ b/03-clone-spacemacs-develop.sh
@@ -8,4 +8,4 @@ mefs_indent_message "Cloning spacemacs repo..."
 cd $mefs_FLAVORDIR/spacemacs-develop
 git checkout develop
 
-emacs --with-profile develop
+emacs --with-profile develop -nw
diff --git a/99-emacs-and-tools.sh b/99-emacs-and-tools.sh
new file mode 100755
index 0000000..9cba509
--- /dev/null
+++ b/99-emacs-and-tools.sh
@@ -0,0 +1 @@
+sudo pacman --sync --needed --noconfirm cmake the_silver_searcher emacs
diff --git a/dot.emacs-profiles.el b/dot.emacs-profiles.el
index 743379a..7a8e58e 100644
--- a/dot.emacs-profiles.el
+++ b/dot.emacs-profiles.el
@@ -9,13 +9,13 @@
  ;; SPACEMACS MULTIPLE CONFIGURATIONS STARTS HERE
 ("spacemacs-test" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-test")
 (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-test")))))
+("spacemacs-pietrodito" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-pietrodito")
+(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-pietrodito")))))
 ("spacemacs-minimal" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-minimal")
 (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-minimal")))))
 ("spacemacs-develop" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-develop")
 (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-develop")))))
 ("spacemacs-default" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-default")
 (env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-default")))))
-("spacemacs-pietrodito" . ((user-emacs-directory . "~/emacs/flavors/spacemacs-pietrodito")
-(env . (("SPACEMACSDIR" . "~/emacs/configs/spacemacs-pietrodito")))))
  ;; SPACEMACS MULTIPLE CONFIGURATIONS ENDS HERE
  )
diff --git a/layers/general/layers.el b/layers/general/layers.el
index 77e1c42..b8cc183 100644
--- a/layers/general/layers.el
+++ b/layers/general/layers.el
@@ -1,7 +1,7 @@
 (configuration-layer/declare-layers
  '(
    (shell :variables
-          shell-default-term-shell 'vterm
+          shell-default-shell 'vterm
           shell-default-height 30
           shell-default-position 'bottom)
    (helm :variables
-- 
GitLab