mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'master' of github.com:jamesm-sitegen/oh-my-zsh
* 'master' of github.com:jamesm-sitegen/oh-my-zsh: Made it more clear that this fork isn't like the other forks, It's patched for system-wide; Not for a single-user install! (however that may come at a later date)
This commit is contained in:
commit
56dfa01e36
1 changed files with 12 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
@NOTE: This fork is specifically for Archlinux.@
|
**NOTE: This fork is specifically for Archlinux and has been patched for a system-wide install; Don't attempt to install to ~/.oh-my-zsh!! There will be a user specifc wrapper later on, but for now. system wide or use robby's official master ( not optimized for arch nor as patched; He is too lazy to merge some pull requests. )**
|
||||||
|
**This documentation/wiki isn't finished nor official!**
|
||||||
|
|
||||||
A handful of functions, auto-complete helpers, and stuff that makes you shout...
|
A handful of functions, auto-complete helpers, and stuff that makes you shout...
|
||||||
|
|
||||||
|
|
@ -12,19 +13,19 @@ h3. Installing using cower
|
||||||
|
|
||||||
@cower -dd oh-my-zsh-git@
|
@cower -dd oh-my-zsh-git@
|
||||||
|
|
||||||
h3. The manual way. ( unrecommended, as it isn't complete )
|
h4. Enableing for a user.
|
||||||
|
|
||||||
1. Clone the repository
|
The user must first have zsh set as their shell.
|
||||||
|
@[[ $SHELL == '/bin/zsh' ]] && su -c'chsh -s $(which zsh) <USERNAME>'@
|
||||||
|
|
||||||
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
|
For each user who wishes to use oh-my-zsh they must append/copy the user.zsh-template to their .zshrc.
|
||||||
|
@</usr/share/oh-my-zsh/templates/user.zsh-template>>$HOME/.zshrc@
|
||||||
|
If the above command doesn't run please try..
|
||||||
|
@cat /usr/share/oh-my-zsh/templates/user.zsh-template>>$HOME/.zshrc@
|
||||||
|
If that doesn't work and you don't have anything in your .zshrc file. simply copy the file accross.
|
||||||
|
|
||||||
2. Create a new zsh config by copying the zsh template we've provided.
|
The .zshrc file must be executable!
|
||||||
|
@chmod +x .zshrc@
|
||||||
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
|
|
||||||
|
|
||||||
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
|
|
||||||
|
|
||||||
3. Start / restart zsh (open a new terminal is easy enough...)
|
|
||||||
|
|
||||||
h3. Problems?
|
h3. Problems?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue