Created
October 14, 2012 14:42
-
-
Save Bendihossan/3888801 to your computer and use it in GitHub Desktop.
This file contains 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
[bendihossan@arianrhod ~]$ sudo curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 135 100 135 0 0 251 0 --:--:-- --:--:-- --:--:-- 322 | |
100 1549 100 1549 0 0 1487 0 0:00:01 0:00:01 --:--:-- 1487 | |
\033[0;34mCloning Oh My Zsh...\033[0m | |
Cloning into '/home/bendihossan/.oh-my-zsh'... | |
remote: Counting objects: 4479, done. | |
remote: Compressing objects: 100% (1788/1788), done. | |
remote: Total 4479 (delta 2642), reused 4067 (delta 2432) | |
Receiving objects: 100% (4479/4479), 582.22 KiB | 564 KiB/s, done. | |
Resolving deltas: 100% (2642/2642), done. | |
\033[0;34mLooking for an existing zsh config...\033[0m | |
\033[0;33mFound ~/.zshrc.\033[0m \033[0;32]Backing up to ~/.zshrc.pre-oh-my-zsh\033[0m | |
\033[0;34mUsing the Oh My Zsh template file and adding it to ~/.zshrc\033[0m | |
\033[0;34mCopying your current PATH and adding it to the end of ~/.zshrc for you.\033[0m | |
\033[0;34mTime to change your default shell to zsh!\033[0m | |
which: no zsh in (/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/bendihossan/.local/bin:/home/bendihossan/bin) | |
chsh: option requires an argument -- 's' | |
Usage: | |
chsh [options] [username] | |
Options: | |
-s, --shell <shell> specify login shell | |
-l, --list-shells print list of shells and exit | |
-u, --help display this help and exit | |
-v, --version output version information and exit | |
For more details see chsh(1). | |
\033[0;32m __ __ \033[0m | |
\033[0;32m ____ / /_ ____ ___ __ __ ____ _____/ /_ \033[0m | |
\033[0;32m / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ \033[0m | |
\033[0;32m/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / \033[0m | |
\033[0;32m\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ \033[0m | |
\033[0;32m /____/ \033[0m | |
\n\n \033[0;32m....is now installed.\033[0m | |
/usr/bin/env: zsh: No such file or directory | |
/usr/bin/env: zsh: No such file or directory | |
/home/bendihossan/.oh-my-zsh/oh-my-zsh.sh: line 14: syntax error near unexpected token `(' | |
/home/bendihossan/.oh-my-zsh/oh-my-zsh.sh: line 14: `for config_file ($ZSH/lib/*.zsh) source $config_file' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment