Dionysis Zindros
93115ab5a1
Provide downloaded scripts checksums for security
...
As reported in #3459 , the README file suggests an insecure download and
execution via HTTP instead of HTTPS.
However, before this essential migration to HTTPS is completed, this
patch adds checksums that will allow users to verify the authenticity of
their download.
The authenticity of the checksums is assured because it will be viewed
on an HTTPS-served GitHub page on the correct author username
(robbyrussell).
I have verified this checksum by downloading the HTTP script from two
different network topologies:
1. The Google corporate network
2. The Linode network
I also visually verified that the script code is not malicious. I have
also compared it with the HTTPS-served script at this location and found
it to be identical:
https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
This comes from an HTTPS connection from a valid GitHub domain which
ensures that the owner (robbyrussell) has pushed this file as long as we
trust GitHub and PKI.
This commit is signed with my personal GPG key for authenticity.
The reviewer should also verify the checksum is correct.
Thanks for helping keep users secure.
Fixes #3459
2014-12-31 11:51:35 +01:00
Adam Poskitt
397a9f7b7b
Update README.textile
2014-08-02 11:43:32 +01:00
Abhas Mittal
fbdacbfb1a
Update README.textile
2014-07-31 18:32:57 +05:30
Abhas Mittal
0174feef0d
Update README.textile
...
Added instructions for installing zsh (due to the problems with first time zsh users)
2014-07-31 18:24:01 +05:30
Tony
0b4bf905f5
Minor markup edits
2014-05-24 08:34:22 +02:00
Robby Russell
fff49ae523
Merge pull request #990 from tommorris/master
...
README should have link to wiki for plugins
2014-03-22 15:38:47 -07:00
Robby Russell
9cb14dc886
Merge pull request #1085 from avit/install-path
...
Accept alternate install paths via ZSH variable
2014-03-13 07:35:01 -07:00
Robby Russell
b6cbba9dfe
Updating README to show the new install URL, which redirects to the raw files on github.
2014-03-12 07:52:20 -07:00
Andrew Vit
9f66d5b797
Document alternate install paths via ZSH variable
...
Uses environment variable $ZSH to configure install location.
2014-03-08 13:50:12 -08:00
Puneet Goyal
1dddec6f0f
removing a github redirect during install
2013-10-12 07:30:16 +05:30
Robby Russell
dff966afad
Logo draft 1...
2013-09-06 16:00:24 -07:00
Matthew Robben
b1f41f6fa5
Update README.textile
...
Add upgrade command to docs. I canceled the prompt once and went hunting for this so I could upgrade.
2013-06-06 02:18:25 -03:00
Robby Russell
6637c29b1e
Merge pull request #1091 from jmazzi/patch-1
...
Improve README; Instructions for handling updates
2013-04-23 21:12:52 -07:00
Robby Russell
dd6247057e
Updating the README file
2013-04-23 20:52:18 -07:00
Ryan Castillo
60c3813472
Make the NOTE an optional for improved instructions
2012-12-01 21:10:23 -05:00
Ryan Castillo
5b201468d1
Improve formatting of step 2 for clarity
2012-12-01 21:03:07 -05:00
Robby Russell
4199c1a6f7
Updating README to ask people to stop sending themes for now
2012-06-13 13:14:23 -07:00
westonplatter
083cff4a57
checking if airport allows git protocol
2012-06-08 12:18:26 -04:00
Justin Mazzi
7fd1bf597f
Fix formatting
2012-04-25 11:02:17 -04:00
Justin Mazzi
6f4c69cb48
Add instructions on handling updates and prompts.
2012-04-25 11:59:53 -03:00
Tom Morris
071d0d68ec
Added link to wiki page for plugins to README.
...
The wiki is more readable than going to the plugins directory.
2012-03-05 11:55:30 +00:00
Steven G. Harms
62a3ef6433
Grammar update
2012-01-21 13:24:07 -08:00
Robby Russell
480d1247b8
Updating installation documentation to show a curl example as well for those who don't have wget installed.
2011-12-26 10:15:35 -08:00
Jake Bell
f8aae64e47
Adding ability to override plugins from the custom directory.
2011-05-26 12:34:37 -05:00
Robby Russell
849e2834fb
Updating the README... now links to contributors page
2011-04-12 10:36:45 +02:00
Simon Elsbrock
2497c57976
fixed wget command in readme
...
github uses a wildcard certificate which is not accepted by wget
2011-03-24 09:47:48 +01:00
Wim
ab1cbe9038
Should use https for all GitHub urls.
2011-02-14 01:19:01 -08:00
toabi
b26ff05965
updated the readme
2010-06-07 02:06:40 +08:00
James Rowe
3bc7301204
Added a minimum zsh version note.
2010-06-05 23:22:57 +08:00
technoweenie
81acebee57
gave credit to Nick for the rake autocompletion code.
2009-11-12 11:14:09 -07:00
James Cox
8a8a7bafa0
merge upstream
2009-09-23 16:14:04 +01:00
Robby Russell
1dc7353732
Updating README to mention custom/ directory
2009-09-23 08:06:32 -07:00
James Cox
1304baf9f9
add in refcard note
2009-09-23 01:20:08 +01:00
James Cox
89d86d869c
some todo notes, take @chris2's titlebar improvements and poke at completions
2009-09-22 23:27:28 +01:00
Robby Russell
d1a9efc4e2
Updating README to instruct people to copy the .zshrc template file versus symlinking it.
2009-09-01 07:52:43 -07:00
Robby Russell
ebc6ce25aa
Including a link to the Themes wiki page from the README
2009-09-01 05:41:49 -07:00
Robby Russell
e1f5c0c703
Adding an uninstaller tool
2009-08-31 15:00:38 -07:00
Robby Russell
5af0ba8f91
Updating README with info about themes
2009-08-31 08:12:45 -07:00
Robby Russell
908fead303
Updating README to match new path for installation.
2009-08-30 18:54:39 -07:00
Robby Russell
43fd24e81f
Updating README with reference to auto-installer
2009-08-30 18:36:38 -07:00
Robby Russell
1092aba5b8
Adding a note about backing up your existing zshrc file
2009-08-30 18:00:42 -07:00
Robby Russell
95f32b4f8b
Updating README to show people how to change their default shell.
2009-08-30 17:48:43 -07:00
Robby Russell
c1ac59d29a
Info about contributing
2009-08-28 12:21:43 -07:00
Robby Russell
5dd3755ed5
Updating README regarding PATH info
2009-08-28 11:54:28 -07:00
Robby Russell
dcd664e412
Note about PATH
2009-08-28 11:53:43 -07:00
Robby Russell
627a61a065
Making sure it's obvious to symlink to ~/.zshrc
2009-08-28 11:50:58 -07:00
Robby Russell
d1e1869abf
Adding some info to the Usage section of the README
2009-08-28 11:46:01 -07:00
Robby Russell
14b219b5a2
Updating README
2009-08-28 11:43:19 -07:00
Robby Russell
4e2b71bab8
Updating README file
2009-08-28 11:19:22 -07:00
Robby Russell
5da20b9ddd
Importing initial files after reorganizing stuff.
2009-08-28 11:14:17 -07:00