- ZSH
- Tmux
- Git
- Axel
- Wget
sh -c "$(curl -fsSL https://raw.github.com/omid/dotfiles/master/install.sh)"
or
sh -c "$(curl -fsSL https://cdn.rawgit.com/omid/dotfiles/master/install.sh)"
sh -c "$(wget https://raw.github.com/omid/dotfiles/master/install.sh -O -)"
or
sh -c "$(wget https://cdn.rawgit.com/omid/dotfiles/master/install.sh -O -)"