Releases: Xmetalfanx/zshSetup
Releases · Xmetalfanx/zshSetup
0.56 - Fifth Release
- Added Zap Plugin Manager
- Added Omzsh "extract" plugin
Full Changelog: 0.55...0.56
0.55 - Fourth Release
- Custom Theme refactoring
- Added OhMyZSH FZF Fuzzy Find plugin
- Added code to install fzf if not already installed
- Linting improvements for better code
Full Changelog: 0.54...0.55
0.54 - Third Release
- Default Plugins - Disabled dirhistory and enabled colorize
- Changed the way I displayed the setup options in the README to a chart form
- Fixed my own zsh Theme (the first try anyway)
- Added the option where the user can install my theme OR OhMyZsh's version of Agnoster
- This MAY OR MAY NOT have a bug still on OpenSUSE
Full Changelog: 0.53...0.54
0.53 - Second Release
- Code was revamped and changed to hopefully be more optimal
- Added (more basic then in my LinuxSetup scripts) Distro BASE detection which is needed for now in some cases
- Added zsh-autocomplete and disabled a few other addons (code is still there, they are just disabled by default)
- Scripts now backup the INTIAL .zshrc file if one exists and after that a rolling backup file is created, not touching the intial backup up file.
- Changed default theme to Agnoster from the OhMyZSH repo
- (not in my own custom theme, but in the new Agnoster Theme that is used) Fixed a git branch display issue.
- I am still going to have to fix this is my own theme
Full Changelog: 0.52...0.53
0.52 - First Release
Full Changelog: 0.51...0.52
0.51 - Beta 1 of First Release
Features since last release:
-
Added Plugins:
- colorize: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colorize
- colored-man-pages: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages
- common-Aliases: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/common-aliases
- git: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
- Git Aliases
- history: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/history
- lets you (anywhere in the command if i understand correctly) press ESC twice and it will add "sudo" to the start of lines you may have forgotten to add it to
- systemd: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd
- yarn: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/yarn
-
Added Git branch showing
- note issue: #7
-
Better Theme code
Full Changelog: 0.50...0.51
0.50 - Alpha 1 of First Release
this is sort of a proof of concept .... things all work here, but all of my ideas are not done yet and maybe some organization still needs to be done
- Features:
-
Adding of the following plugins
- DirHistory: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/dirhistory
- sudo: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo
- zsh-autosuggestion: https://github.com/zsh-users/zsh-autosuggestions
- zsh-history-substring-search: https://github.com/zsh-users/zsh-history-substring-search
- zsh-syntax-highlighting: https://github.com/zsh-users/zsh-syntax-highlighting
-
Adding of a custom "BobTheFish" (from Oh-My-Fish) inspired theme
-
Adding some custom aliases (including some for git)
-
Setting up the zsh history file in ~/.cache/history
-