Adjust atom package path in setup.sh

This commit is contained in:
saibotk 2018-12-06 20:34:23 +01:00
parent 438a2ed58c
commit d417d38fa2

View file

@ -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