From d417d38fa2c05e41c48d9bd1b0f365f25ec978e6 Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 6 Dec 2018 20:34:23 +0100 Subject: [PATCH] Adjust atom package path in setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 931516b..f1dcf82 100755 --- a/setup.sh +++ b/setup.sh @@ -28,8 +28,8 @@ fi # if atom is installed import configs if commandExists atom; then if commandExists apm; then - if [ -f ~/.dotfiles/atom/packages.list ]; then - apm install --packages-file ~/.dotfiles/atom/packages.list + if [ -f ~/.dotfiles/.atom/packages.list ]; then + apm install --packages-file ~/.dotfiles/.atom/packages.list else echo '[INFO] Cannot find packages.txt skipping atom package installation.' fi