Skip to content

Commit

Permalink
add VCL Controll support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbegyn committed Apr 19, 2013
1 parent 60f9d4a commit 17aa946
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ alias hosts='sudo $EDITOR /etc/hosts' # yes I occasionally 127.0.0.1 twitter.c
# handy things
alias bunyip='node ~/code/bunyip/cli.js'
alias spotify="osascript ~/code/SpotifyControl/SpotifyControl.scpt"
alias vlc="osascript ~/code/VLCControl/VLCControl.scpt"


# Detect which `ls` flavor is in use
Expand Down
6 changes: 6 additions & 0 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ chmod +x ~/code/z/z.sh
# . ~/code/z/z.sh


# https://github.com/dronir/SpotifyControl
# Spotify Controll Script
cd ~/code
git clone git://github.com/dronir/SpotifyControl.git

# https://github.com/jeroenbegyn/VLCControl
# VLC Controll Script
cd ~/code
git clone git://github.com/jeroenbegyn/VLCControl.git


# my magic photobooth symlink -> dropbox. I love it.
Expand Down

0 comments on commit 17aa946

Please sign in to comment.