Skip to content

kyriekevin/dotfiles

Repository files navigation

Dotfiles

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: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>

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
Wezterm A GPU-accelerated terminal emulator that runs on Linux, macOS and Windows. wezterm.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.