autoupdate-oh-my-zsh-plugins

Plugin for oh-my-zsh to automatically update custom-plugins (by tamcore)

Autoupdate-oh-my-zsh-plugins Alternatives

Similar projects and alternatives to autoupdate-oh-my-zsh-plugins

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better autoupdate-oh-my-zsh-plugins alternative or higher similarity.

autoupdate-oh-my-zsh-plugins reviews and mentions

Posts with mentions or reviews of autoupdate-oh-my-zsh-plugins. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-18.
  • Configuring Your Shell Environment
    8 projects | dev.to | 18 Oct 2022
    # Set ZSH_CUSTOM if it's not already (used by our PLUGINS_PATH below) if [ -z $ZSH_CUSTOM ]; then ZSH_CUSTOM="$HOME/.oh-my-zsh/custom" fi # Install additional plugins to this path PLUGINS_PATH="${ZSH_CUSTOM}/plugins" # Define function for installing plugins for use below function install-plugin() { plugin_repo=$1 plugin_name=$2 echo "Downloading Plugin: $plugin_name" echo "Using: $plugin_repo" echo "To: $PLUGINS_PATH/$plugin_name" echo "git clone $plugin_repo $PLUGINS_PATH/$plugin_name" git clone $plugin_repo $PLUGINS_PATH/$plugin_name plugin_list="${plugin_list}$plugin_name " } echo "Installing Plugins..." install-plugin https://github.com/djui/alias-tips alias-tips install-plugin https://github.com/wting/autojump autojump install-plugin https://github.com/TamCore/autoupdate-oh-my-zsh-plugins autoupdate install-plugin https://github.com/zsh-users/zsh-autosuggestions autosuggestions echo "Plugins Installed. Add them by copying th following into your ~/.zshrc plugins=( $plugin_list ) " # For auto jump we must install it using it's own script cd "$PLUGINS_PATH/autojump" ./install.py

Stats

Basic autoupdate-oh-my-zsh-plugins repo stats
1
242
4.5
4 months ago

tamcore/autoupdate-oh-my-zsh-plugins is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of autoupdate-oh-my-zsh-plugins is Shell.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com