diff --git a/setup.sh b/setup.sh index 906cc65..dcd0512 100755 --- a/setup.sh +++ b/setup.sh @@ -26,8 +26,8 @@ fi # if atom is installed import configs if commandExists atom; then if commandExists apm; then - if [ -f ~/.dotfiles/atom/packages.txt ]; then - apm install --packages-file ~/.dotfiles/atom/packages.txt + 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