Personalized dotfiles for Unix and macOS systems, providing a tailored environment setup for efficient and comfortable usage.
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install stow make
git clone [email protected]:boostvolt/.dotfiles.git
cd .dotfiles
make macos
make brew
make install
# ... or incremental update via:
make update
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.