aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-24 00:05:05 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-24 00:05:05 +0100
commit754a830b9c0edc7be95e474a8ca5d2538ee83beb (patch)
treea99571598facdea3dc1dea65ee67fc7d7598ffa3 /install.sh
parenta268b7ce6435fd9e49db051ae58e11a47c269a8d (diff)
downloaddotfiles-754a830b9c0edc7be95e474a8ca5d2538ee83beb.tar.gz
dotfiles-754a830b9c0edc7be95e474a8ca5d2538ee83beb.tar.bz2
dotfiles-754a830b9c0edc7be95e474a8ca5d2538ee83beb.zip
~files to reading from ~/Dotfiles/files
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 b84959d..a0c8968 100644
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-files="vimrc zshenv tmux";
dir=~/Dotfiles;
+files=`cat $dir/files`;
for file in $files; do
echo "Creating symlink for " + $file;