This is a repository of all my dotfiles configurations. It's primary intented for MacOS machine.
git clone https://github.com/lekemula/dotfiles.git ~/dotfiles
cd ~/dotfiles
PERSONAL_DOTFILES_DIRECTORY_NAME=dotfiles ./install.sh
After packages get installed you need also:
cd ~/dotfiles
./update.zsh
Great tutorials on how to setup dotfiles: https://digitalfortress.tech/tutorial/create-global-gitconfig-git-alias/