Skip to content

Latest commit

 

History

History
94 lines (57 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

94 lines (57 loc) · 1.88 KB

Changelog

Improvement

  • Bump asdf to 0.9.0
  • Bump fzf to 0.29.0
  • Bump lsd to 0.21.0

New

  • Add --docker to installed docker and docker-compose plugins from Oh My Zsh

Bug fix

  • Fix completion for asdf
  • Remove asdf plugin (imports are done manually)

New

  • Add zinit
  • Install plugins and theme are via zinit
  • Add --asdf and --no-asdf: asdf is installed by default

BREAKING CHANGE

  • Rename repository to dotfiles
  • Remove username argument from ./install and ./uninstall: copied files will be located in the current user's HOME folder
  • Remove Oh My Zsh
  • Remove --dockerfile
  • Remove --node
  • Remove --shellscript
  • Rename --dependencies into --deps

Improvement

  • fzf and lsdeluxe are installed via asdf

Bug fix

  • Improve documentation in README.md and --help option

New

  • Add --node option to install NodeJS and NPM

Bug fix

  • Fix ownership after extract archive

Improvement

  • Less verbose when extract archive

Bug fix

  • Fix ignored options after "--zsh"

Bug fix

  • Fix current directory to be relative
  • Improve the install procedure in README.md

BREAKING CHANGE

  • Add "ca-certificates" package as requirements

New

Initial release