This repository records the configuration and installation scripts of various apps on my macOS computer. And I use homebrew to install these apps and use stow to manage the corresponding configuration files.
-
Clone this repository to your home directory.
git clone https://github.com/kyriekevin/dotfiles.git mv dotfiles .dotfiles
-
Install homebrew and stow.
chmod +x scripts/*.sh sh scripts/homebrew.sh
-
Install apps and configurations.
sh scripts/<apps>.sh stow <apps>
Note
scripts/app.sh
is a shell script that installs the specified app and we don't need to run stow
to install the configuration files because we use default configuration files.
Apps | Desc | Script | Docs | Website |
---|---|---|---|---|
Homebrew | The missing package manager for macOS | homebrew.sh | Docs | Website |
Python | Python is a programming language that lets you work quickly and integrate systems more effectively. | python.sh | Docs | Website |
Zsh | Zsh is a shell designed for interactive use, although it is also a powerful scripting language. | zsh.sh | Docs | Website |
Please refer to the CHANGELOG.md file for more information.