jamesob / desk

A lightweight workspace manager for the shell
MIT License
2.54k stars 111 forks source link

desk installed from homebrew only lauches shell, doesn't execute deskfile #70

Closed MrMitch closed 7 years ago

MrMitch commented 8 years ago

I installed desk 0.6.0 from homebrew on OS X El Capitan. I use a custom DESK_DESKS_DIR (DESK_DESKS_DIR=~/Workspace/desks).

When I try to start a desk, the following happens : image

MrMitch commented 8 years ago

The mafiesta.sh desk file exists in my desk desks dir : image

angusb commented 7 years ago

@MrMitch did you ever resolve this? I've run into the same issue. Manual installation doesn't seem to work either. I'm using oh-my-zsh

MrMitch commented 7 years ago

nope, I never did. cc @jamesob

McKean commented 7 years ago

@MrMitch can you show the contents of mafiesta? Also, did you follow: https://github.com/jamesob/desk#usage-with-os-x

MrMitch commented 7 years ago

@McKean yes, i followed the instructions. I no longer use a Mac so i'm closing this for now.

yonglam commented 5 years ago

I've run into the same issue. Finally fixed it by deleting the desks_dir and ran desk init to recreate it. Because I created desks_dir manually, [ -n "$DESK_ENV" ] && source "$DESK_ENV" || true was not appended to my .zshrc file. That's the cause.