Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.07 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.07 KB

ZSH DotFiles.

Initial setup script for OSX/UNIX terminal.

One-Step Automated Install

Those who want to get started quickly and conveniently may run terminal-setup using the following command:

Method Command
curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/manix84/dotfiles_zsh/main/auto-install/setup.sh)"
wget sh -c "$(wget -O- https://raw.githubusercontent.com/manix84/dotfiles_zsh/main/auto-install/setup.sh)"
fetch sh -c "$(fetch -o - https://raw.githubusercontent.com/manix84/dotfiles_zsh/main/auto-install/setup.sh)"

This is a Work in Progress. If you want more details, checkout the Auto-Install/ReadMe.md, or read the installation script