Configs that help me to quickly install all software I need for work and fun, and configure OS.
Go to file
2022-07-02 15:04:50 +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 feat(install.sh): install Rosetta for M1 Mac, fix path for Brew for M1/Intel 2022-02-02 12:54:23 +01:00
my.zsh-theme feat(my.zsh-theme): add aliases for tree, nx, firebase 2022-07-02 15:04:50 +03:00
README.md fix(install.sh,zsh-theme): fix export "gcloud" to $PATH, remove "node" as a dependency for showing Firebase project, show Google Cloud Project ID 2022-01-31 20:54:09 +01: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 (make sure you use `zsh` to run the script, otherwise you'll run into weird errors)
zsh ./install.sh