Skip to content

moozeq/zshetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

zshetup

Install and configure zsh environment. Single script which:

Requirements

Requires curl:

  • MacOS: brew update && brew install curl
  • Ubuntu: apt update && apt-get install -y curl

Install

One liner

bash -c "$(curl -fsSL https://raw.githubusercontent.com/moozeq/zshetup/master/setup.sh)"

Manual

git clone https://github.com/moozeq/zshetup.git
cd zshetup
./setup.sh

Docker

docker build -t zsh-ubuntu github.com/moozeq/zshetup
docker run --name run_docker_run -it zsh-ubuntu

About

Install and configure zsh environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published