Initial setup script for OSX/UNIX terminal.
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