_get_project_names(){ local cur prev base COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" local names=$(for x in `ls -d1 /Users/$USER/Projects/*`; do echo ${x/\/Users\/$USER\/Projects\//} ; done) COMPREPLY=( $(compgen -W "${names}" -- ${cur}) )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
sync: | |
directory: /Users/Rodreegez/Projects/scratch/hydra_test | |
exclude: | |
- tmp | |
- log | |
- doc | |
workers: | |
- | |
runners: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Beelzebub:~ Rodreegez$ mkdir dir1 | |
Beelzebub:~ Rodreegez$ touch dir1/1 | |
Beelzebub:~ Rodreegez$ touch dir1/2 | |
Beelzebub:~ Rodreegez$ touch dir1/3 | |
Beelzebub:~ Rodreegez$ touch dir1/4 | |
Beelzebub:~ Rodreegez$ mkdir dir2 | |
Beelzebub:~ Rodreegez$ cp dir1/* dir2/ | |
Beelzebub:~ Rodreegez$ ls dir1 | |
1 2 3 4 | |
Beelzebub:~ Rodreegez$ ls dir2 |
wget http://ftp.de.debian.org/debian/pool/main/r/redis/redis-server_1.2.6-1_i386.deb sudo dpkg -i redis-server_1.2.6-1_i386.deb
sudo apt-get install libcurl4-gnutls-dev sudo gem install typhoeus
sudo apt-get install aspell libaspell-dev aspell-en sudo gem install raspell
sudo apt-get install libxml2 libxml2-dev libxslt1-dev sudo gem install nokogiri
sudo apt-get install libgpgme11-dev
sudo gem install ruby-gpgme
Right now, this assumes you are using Snow Leopard.
Homebrew is MacPorts (or APT) without the suck. http://github.com/mxcl/homebrew