Unattended install

This page summarizes the projects mentioned and recommended in the original post on /r/zsh

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • automl

  • My setup [repo](https://gitlab.com/Aetf/automl) for setting up servers for experiments. It is intended to just run `setup.sh` on a newly provisioned server and it'll take care of everything else.

  • ohmyzsh

    🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions.git git -C ~/.oh-my-zsh/custom/themes clone --depth=1 https://github.com/romkatv/powerlevel10k.git make -s -C ~/.oh-my-zsh/custom/themes/powerlevel10k pkg cat >~/.zshrc <<\END if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi ZSH=~/.oh-my-zsh DISABLE_AUTO_UPDATE=true DISABLE_MAGIC_FUNCTIONS=true ZSH_AUTOSUGGEST_MANUAL_REBIND=1 ZSH_THEME="powerlevel10k/powerlevel10k" plugins=(zsh-syntax-highlighting zsh-autosuggestions) source ~/.oh-my-zsh/oh-my-zsh.sh source ~/.p10k.zsh END cat >~/.p10k.zsh <<\END # put the content of your own .p10k.zsh here END

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

  • git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions.git git -C ~/.oh-my-zsh/custom/themes clone --depth=1 https://github.com/romkatv/powerlevel10k.git make -s -C ~/.oh-my-zsh/custom/themes/powerlevel10k pkg cat >~/.zshrc <<\END if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi ZSH=~/.oh-my-zsh DISABLE_AUTO_UPDATE=true DISABLE_MAGIC_FUNCTIONS=true ZSH_AUTOSUGGEST_MANUAL_REBIND=1 ZSH_THEME="powerlevel10k/powerlevel10k" plugins=(zsh-syntax-highlighting zsh-autosuggestions) source ~/.oh-my-zsh/oh-my-zsh.sh source ~/.p10k.zsh END cat >~/.p10k.zsh <<\END # put the content of your own .p10k.zsh here END

  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

  • git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions.git git -C ~/.oh-my-zsh/custom/themes clone --depth=1 https://github.com/romkatv/powerlevel10k.git make -s -C ~/.oh-my-zsh/custom/themes/powerlevel10k pkg cat >~/.zshrc <<\END if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi ZSH=~/.oh-my-zsh DISABLE_AUTO_UPDATE=true DISABLE_MAGIC_FUNCTIONS=true ZSH_AUTOSUGGEST_MANUAL_REBIND=1 ZSH_THEME="powerlevel10k/powerlevel10k" plugins=(zsh-syntax-highlighting zsh-autosuggestions) source ~/.oh-my-zsh/oh-my-zsh.sh source ~/.p10k.zsh END cat >~/.p10k.zsh <<\END # put the content of your own .p10k.zsh here END

  • powerlevel10k

    A Zsh theme

  • git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git git -C ~/.oh-my-zsh/custom/plugins clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions.git git -C ~/.oh-my-zsh/custom/themes clone --depth=1 https://github.com/romkatv/powerlevel10k.git make -s -C ~/.oh-my-zsh/custom/themes/powerlevel10k pkg cat >~/.zshrc <<\END if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi ZSH=~/.oh-my-zsh DISABLE_AUTO_UPDATE=true DISABLE_MAGIC_FUNCTIONS=true ZSH_AUTOSUGGEST_MANUAL_REBIND=1 ZSH_THEME="powerlevel10k/powerlevel10k" plugins=(zsh-syntax-highlighting zsh-autosuggestions) source ~/.oh-my-zsh/oh-my-zsh.sh source ~/.p10k.zsh END cat >~/.p10k.zsh <<\END # put the content of your own .p10k.zsh here END

  • chezmoi

    Manage your dotfiles across multiple diverse machines, securely.

  • Try chezmoi.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts