Skip to content

kyriekevin/dotfiles

Repository files navigation

Dotfiles

GitHub last commit GitHub commit activity

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.

🚀 Quick start

  1. Clone this repository to your home directory.

    git clone https://github.com/kyriekevin/dotfiles.git
    mv dotfiles .dotfiles
  2. Install homebrew and stow.

    chmod +x scripts/*.sh
    sh scripts/homebrew.sh
  3. 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

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

📈 Change log

Please refer to the CHANGELOG.md file for more information.