Skip to content

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

Notifications You must be signed in to change notification settings

boostvolt/.dotfiles

Repository files navigation

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 [email protected]: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.

About

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

Topics

Resources

Stars

Watchers

Forks