Configs that help me to quickly install all software I need for work and fun, and configure OS.
Go to file
2021-10-06 19:39:37 +03:00
oh-my-zsh-theme Add install.sh script, Brewfile and improve oh-my-zsh theme installation 2021-10-06 00:57:56 +03:00
.gitignore add missing "zsh-theme" file and rename user to "spy4x" 2017-02-26 13:30:36 +03:00
Brewfile Add install.sh script, Brewfile and improve oh-my-zsh theme installation 2021-10-06 00:57:56 +03:00
install.sh fix(install.sh): configure $PATH and autocomplete for Google Cloud CLI 2021-10-06 19:39:37 +03:00
README.md Add install.sh script, Brewfile and improve oh-my-zsh theme installation 2021-10-06 00:57:56 +03:00

Dotfiles

This repository is my setup for a new MacOS computer.
It helps me to install quickly all software I need for work and fun.

Feel free to check & alter the list of software to be installed - Brewfile

Also don't hesitate to share your feedback about install.sh - I'm not a big fun of Shell, so my script may suck :D

Use at your own risk!

Installation

Run next commands in your terminal one by one and follow instructions if any.
Note: Brew installation will ask you for the root password.
And it takes 15-30 min, so make sure to grab your favourite tea or coffee meanwhile.

# Install oh-my-zsh (it restarts shell, so it has to be separate)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Main installation script
zsh ./install.sh