1. 15 Mar, 2021 1 commit
    • Léa Gris's avatar
      refactor(installer): fix static analysis warnings (#9529) · 95a06f39
      Léa Gris authored
      * refactor(install.sh): fix static analysis warnings
      
      Clear all warnings and errors raised by shellcheck.net static analysis.
      
      - Replace non-POSIX shell use of `$OSTYPE` by POSIX compliant check on `uname -o`.
      - Move variables out of`printf` format string.
      - Refactor/simplify string formatters for error and underline.
      - Fix expansion of arguments to a single string `$*` rather than individual elements `$@` within the error and underline formatters.
      
      * fix(uname): non-posix -o option
      
      * fix(install.sh): non portable which
      
      Replaced non-portable `which zsh` by portable `command -v zsh`
      95a06f39
  2. 09 Nov, 2020 1 commit
  3. 20 Aug, 2020 2 commits
  4. 17 Aug, 2020 1 commit
  5. 01 Jul, 2020 1 commit
  6. 28 Jun, 2020 1 commit
  7. 25 Feb, 2020 1 commit
  8. 24 Feb, 2020 1 commit
  9. 21 Nov, 2019 1 commit
  10. 21 Oct, 2019 1 commit
  11. 08 Sep, 2019 1 commit
  12. 09 Jun, 2019 1 commit
  13. 03 Jun, 2019 24 commits
  14. 18 Apr, 2019 1 commit
  15. 26 Feb, 2019 1 commit
    • Robby Russell's avatar
      Updating Oh My Zsh shop URLs (#7619) · f319aa84
      Robby Russell authored
      * 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
      f319aa84
  16. 15 Jan, 2019 1 commit