forked from addyosmani/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
install-deps.sh
executable file
·45 lines (26 loc) · 1.29 KB
/
install-deps.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# up to you (me) if you want to run this as a file or copy paste at your leisure
# https://github.com/jamiew/git-friendly
# the `push` command which copies the github compare URL to my clipboard is heaven
sudo bash < <( curl https://raw.github.com/jamiew/git-friendly/master/install.sh)
# https://rvm.io
# rvm for the rubiess
# curl -L https://get.rvm.io | bash -s stable --ruby
# https://github.com/isaacs/nave
# needs npm, obviously.
# TODO: I think i'd rather curl down the nave.sh, symlink it into /bin and use that for initial node install.
# npm install -g nave
# homebrew!
# you need the code CLI tools YOU FOOL.
# ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
# cd ~/code
# git clone git://github.com/dronir/SpotifyControl.git
# add DropBox uploader
# git clone git://github.com/andreafabrizi/Dropbox-Uploader.git
# my magic photobooth symlink -> dropbox. I love it.
# first move Photo Booth folder out of Pictures and into dropbox/public
# then:
# ln -s ~/Dropbox/Public/Photo\ Booth/ ~/Pictures/Photo\ Booth
# now you can record photobooth videos quickly and they upload to dropbox DURING RECORDING
# then you grab public URL and send off your video message in a heartbeat.
# chrome canary as default
# on a mac you can set chrome canary as your default inside of Safari preferences :)