Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.26 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.26 KB

Dotfiles

Personalized dotfiles for Unix and macOS systems, providing a tailored environment setup for efficient and comfortable usage.

Requirements

Installation

1. Install required software

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install stow make

2. Clone Repository

git clone git@github.com:boostvolt/.dotfiles.git
cd .dotfiles

3. Apply macOS configuration

make macos

4. Install Homebrew packages

make brew

5. Apply or update setup configuration

make install
# ... or incremental update via:
make update

6. Setup Git environment

Important

The git configurations are not automatically synced as they requires additional (sensitive) information. Please follow the next steps.

  • Create the corresponding .gitconfig files for each remote repository in your home directory (e.g., .gitconfig-github, .gitconfig-swisscom, .gitconfig-zhaw).
  • In each .gitconfig file, add your email, and signing key under the [user] section.
  • Save the files to the home directory.