aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-23 23:58:03 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-23 23:58:03 +0100
commit380fc313e6e224da8f18d9d7f2dca0c005aab6ec (patch)
tree2e82f8576ad08ed8e519646643f6263ede2309c8 /install.sh
parent3772570da9223518a21afe14ba04a7b82bfceedf (diff)
downloaddotfiles-380fc313e6e224da8f18d9d7f2dca0c005aab6ec.tar.gz
dotfiles-380fc313e6e224da8f18d9d7f2dca0c005aab6ec.tar.bz2
dotfiles-380fc313e6e224da8f18d9d7f2dca0c005aab6ec.zip
~files: removed spacemacs from build
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 90616a0..b84959d 100644
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-files="spacemacs vimrc zshenv tmux";
+files="vimrc zshenv tmux";
dir=~/Dotfiles;
for file in $files; do