Commit Graph

22 Commits

Author SHA1 Message Date
Matt Hamilton
20d84ab79d read from ${commands} rather than subshell 2015-12-31 10:54:57 -05:00
Matt Hamilton
dd2806174f remove unused link 2015-12-29 13:44:52 -05:00
Matt Hamilton
1a7df80b5a s/http/https 2015-12-29 13:44:13 -05:00
Matt Hamilton
c5880eab94 Remove unnecessary braces 2015-12-29 11:34:38 -05:00
Matt Hamilton
fbb748252a Make note of prepend, silence error
If a file doesn't exist, "$(<nonexistent)" will write:
  zsh: no such file or directory: nonexistent
to fd 2. Wrap this with a "() 2>/dev/null" to silence these outputs.
2015-12-29 10:22:27 -05:00
Matt Hamilton
0f5ceab00a Prepend, don't append to user configs
We want to prepend the initialization of zim to any current user
configurations, not append. This way zim doesn't override any manually
configured settings in the user's config files.
2015-12-29 10:09:50 -05:00
Matt Hamilton
d6e2e24c17 make template append explicitly clear 2015-12-22 11:12:06 -05:00
Matt Hamilton
c4d607826c clarify install zsh shell 2015-12-19 16:53:09 -05:00
Matt Hamilton
a1a56ac63f use consistent variable style 2015-12-19 09:48:29 -05:00
Matt Hamilton
de3e74b9ca re-organize themes section, remove image 2015-12-18 13:46:16 -05:00
Matt Hamilton
5412919dc3 update link format 2015-12-18 13:41:58 -05:00
Matt Hamilton
4099909f8f link to speed wiki entry 2015-12-18 13:34:24 -05:00
Matt Hamilton
3fce9ee626 move themes to wiki, add links 2015-12-18 12:04:35 -05:00
Matt Hamilton
1675fd24c1 add theme images 2015-12-18 11:44:57 -05:00
Matt Hamilton
a15476e6c0 fix typos and structure 2015-12-18 07:40:58 -05:00
Matt Hamilton
3ccdaa967d update i.eriner.me links to https 2015-12-17 11:04:01 -05:00
Matt Hamilton
e9703d14a5 re-word project page 2015-12-17 08:06:26 -05:00
Matt Hamilton
48bb5a8a08 Add logo 2015-12-17 07:50:36 -05:00
Matt Hamilton
8c49ac4466 add link to modules wiki article 2015-12-16 18:00:14 -05:00
Matt Hamilton
06cca3e79d re-word "has to offer" 2015-12-15 19:36:05 -05:00
Matt Hamilton
15451eb0ad add gifs and images to README.md 2015-12-15 01:33:49 -05:00
Matt Hamilton
3a62391e0e initial commit 2015-12-15 00:12:17 -05:00