Marc Cornellà
498cd722b3
Add git version requirement in documentation
6 years ago
Marc Cornellà
578b086011
Link to Actions page in GitHub Action badge
6 years ago
Marc Cornellà
df56d1ee1f
Rename GitHub Action to CI
6 years ago
Modded Gamers
64a7f6b388
Create Github Action to run tests ( #8569 )
...
The published workflow tests the installer and checks the syntax of known zsh files
in the project.
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Robby Russell
cf9aa420d6
Relocating chat/twitter
...
Moving down below the intro copy so that first content to new-comers is a description of the project
6 years ago
Michal Bultrowicz
671d21ac53
Mention FAQ in the README ( #8051 )
6 years ago
Marc Cornellà
b80b1a1e8b
Actions to take after repository migration is complete ( #8394 )
...
* Change project URL from robbyrussell to ohmyzsh org
* Update git remote to use ohmyzsh org repository
6 years ago
Marc Cornellà
4888d4ad1a
Add Twitter follow badge to README
6 years ago
Marc Cornellà
2810a37402
Add Discord badge to README
6 years ago
Marc Cornellà
a6d71ddadb
Update README with up-to-date platform requirements
...
Co-authored-by: Emil Engler <me@emilengler.com>
Closes #8157
7 years ago
Mark Coleman
29fb617e6b
readme: document oneliner unattended installation command ( #7983 )
...
The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run.
This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script.
7 years ago
Robby Russell
b259cdf7e7
s/might/may
...
After wandering into a few articles that discuss the difference between might and may...opting for may.
7 years ago
Marc Cornellà
c8ac4038cf
installer: add documentation of new installer features to README
7 years ago
Peter Stevenson
177d11d30e
readme: add notice about shell changes ( #6288 )
...
Add important notice about `chsh -s /bin/zsh` command requiring the user to log out and log back in to see the changes.
7 years ago
Robby Russell
4ddb2e384a
Introducing a Code of Conduct based on the Contributor Covenant project. Adding links from the README and CONTRIBUTING pages to this, too, along with an email address for reporting abusive behavior to. Closes #7733 ( #7734 )
7 years ago
Alec Ge
934615480e
docs: fixed themes link for readme ( #7620 )
7 years ago
Robby Russell
f319aa845d
Updating Oh My Zsh shop URLs ( #7619 )
...
* Updating Oh My Zsh shop URLs
Linking directly to the Oh My Zsh inventory vs the top-level store with non-OMZ items.
* Updating link to Oh My Zsh products in the install script
* Updating link to Oh My Zsh shop products in the upgrade script
* Getting rid of 't-' in shirts for now
7 years ago
Marc Cornellà
08153ff526
Use https everywhere in the README
8 years ago
Donncha Ó Cearbhaill
4fa4e5fe4a
Use HTTPS for manual git clone to avoid MITM ( #6043 )
...
The git:// transport is completely unauthenticated. An attacker on the local or upstream network can easily man-in-the-middle an oh-my-zsh update and get remote code execution on your system. Only the https:// git transport should be used.
8 years ago
Robby Russell
2ff9560ad3
Adding link to our other open source projects page
8 years ago
Robby Russell
7a7480b987
Updating template and README to list plugins on individual lines vs one long one. Easier scanning for you and me.
8 years ago
Muhammad Surga Savero
970fcec40e
README.md: ZSH_THEM_RANDOM.. > ZSH_THEME_RANDOM.. ( #6390 )
8 years ago
Doug Yun
2526d71c56
Use HTTPS for Planet Argon links ( #6326 )
8 years ago
Eli Boyarski
f812cfa16a
README.md: shit load -> shit-load ( #6344 )
...
* README.md: shit load -> shit-load
* README.md: shit-load -> shitload
8 years ago
Clay Anderson
2e4539b0d4
Added link to powerline ( #6352 )
8 years ago
Robby Russell
e609fd5a9f
Updating README intro
9 years ago
Marc Cornellà
937a7f66ef
Precise Unix-based wording
...
Closes #5681
9 years ago
Tanin Rojanapiansatith
80924959c4
Clarify how to open ~/.zshrc file in README.md
...
Closes #5558
9 years ago
Marc Cornellà
3bd6be1076
Change link to agnoster wiki + format changes
...
https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster
10 years ago
Sayalee Pote
7d8618ec9a
Update README with grammar corrections ( #5503 )
10 years ago
Chenje Katanda
c861430d3e
readme change OS X to macOS
...
Change OS X to macOS in the read me file in line with apples rebranding
of the operating system.
10 years ago
Thomas
0f4d6a5056
Add a tip to ease agnoster first setup
10 years ago
Robby Russell
57fcee0f1c
README copy updates
10 years ago
Robby Russell
89048668bd
Forgot a word in the footer
10 years ago
Robby Russell
abe834d28d
Adding a link to Planet Argon who manages the site/project/shop
10 years ago
Marc Cornellà
2198ff05e3
Rename license to LICENSE.txt for consistency
10 years ago
Marc Cornellà
26a07b0ad8
Rename README.markdown to README.md for consistency
10 years ago
Marc Cornellà
186f009ecc
Update README.markdown
10 years ago
Aaron Brager
e0246ed5b7
Remove "Mac" from "Mac OS X"
10 years ago
Marc Cornellà
8ac1859f37
Update GitHub download URLs in README
...
From `raw.github.com' to `raw.githubusercontent.com'
Fixes #4933
10 years ago
Marc Cornellà
5464fe3e4a
Center Oh My Zsh logo
...
Also, fix a couple of typos / style issues.
10 years ago
Marc Cornellà
03cc1f74f3
Cleanup LICENSE file and fix README link
10 years ago
LE Manh Cuong
5e77e00ad5
Some improvements
...
- Adding documentation
- Note the effect empty array
- Fix spelling
- Using new test `[[...]]`
10 years ago
Marc Cornellà
ee343814b7
Use $HOME instead of tilde inside quotes
...
The tilde character is not expanded when inside quotes. See https://github.com/robbyrussell/oh-my-zsh/issues/4668#issuecomment-162213379
10 years ago
Pepe Bawagan
06db64840c
typo: able take -> able to take
10 years ago
Marc Cornellà
e9de366ea7
Update custom location command and fix code format
11 years ago
Avi Samloff
a7f0c71c70
Fix ohmyz.sh link
...
Change http://ohmyz.sh link to use proper markdown syntax
11 years ago
Robby Russell
69f098a63c
Mentioning that you can set the theme to 'random' and it'll possibly bake you a pie.
11 years ago
G. Kay Lee
8ab1b6d0fd
Update README.markdown
...
Fix typo
11 years ago
Qix
b3ce0f36d6
Update README.markdown
...
A few spelling fixes, grammatical fixes (what's with all the ellipses?), some standardization of capitalization, and a few other tweaks.
As well, I changed all standalone code fragments into proper code blocks.
I also added a missing theme image!
11 years ago