README.md reports that the script has been tested on Ubuntu and that the standard font must be changed
This commit is contained in:
parent
5f64d50fbf
commit
47d59a0d81
11
README.md
11
README.md
@ -33,22 +33,25 @@ One liner for Ubuntu:
|
|||||||
|
|
||||||
Then, set your Terminal font to Monospace (or edit oh-my-git and change the symbols used)
|
Then, set your Terminal font to Monospace (or edit oh-my-git and change the symbols used)
|
||||||
|
|
||||||
Manually:
|
Manual installation
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fork the repo and git clone it in your home directory
|
Fork the repo and git clone it in your home directory
|
||||||
|
|
||||||
Then add
|
Then add
|
||||||
|
|
||||||
source $HOME/oh-my-git/prompt.sh
|
source $HOME/oh-my-git/prompt.sh
|
||||||
|
|
||||||
to the bash startup file (~/.profile on Mac, .bashrc on Linux)
|
to the bash startup file (`~/.profile` on Mac, `~/.bashrc` on Linux)
|
||||||
|
|
||||||
Known bugs and limitations
|
Known bugs and limitations
|
||||||
--------------------------
|
--------------------------
|
||||||
* It works weird on brand new repositories, before the first commit
|
* It works weird on brand new repositories, before the first commit
|
||||||
* It has been tested on Mac only
|
* It has been tested on Mac and Ubuntu only. I never managed to make it work on Cygwin
|
||||||
* You need an unicode font (like Menlo or Monaco on Mac OS X, or Monospace on Ubuntu)
|
* You need an unicode font (like Menlo or Monaco on Mac OS X, or Monospace on Ubuntu)
|
||||||
|
* With the default Ubuntu terminal font, some symbols are not properly displayed. Use Monospace, or edit the `prompt.sh` file and choose other symbols
|
||||||
|
|
||||||
zsh version
|
zsh version
|
||||||
-----------
|
-----------
|
||||||
Coming soon. I'm working on the integration with zsh + oh-my-zsh + antigen
|
Coming soon. I'm working on the integration with `zsh` + `oh-my-zsh` + `antigen`
|
||||||
Wanna help? Great! Fork it! It will be really appreciated!
|
Wanna help? Great! Fork it! It will be really appreciated!
|
||||||
|
Loading…
Reference in New Issue
Block a user