Skip to content

silverhairs/.config

Repository files navigation

.config

Personal MacOS dotfiles based on Homebrew and zsh.

Getting Started

All you need to know is written in the Makefile

$ make install

This command will install the packages below in your system:

After the command is done, you can symlink the /zsh/.zshrc with the path where your zshrc file lives (usually at ~/.zsrhc)

ln -s zsh/.zshrc ~/.zshrc

Note that by default, Homebrew will be used as a package manager, unless a package is not hosted on homebrew, the install command will install it from homebrew.

Requirements: