git clone https://github.com/AdamVig/dotfiles.git
./bin/,bootstrap
- enter your password
Note: moving the dotfiles
folder requires re-running ,bootstrap
to re-establish the symlinks to your home directory.
After cloning, run the following command to configure the repository's Git hooks:
git config --local core.hooksPath scripts/git-hooks
Basic Bash configuration for scripts that run interactively.
Environment variable exports.
Settings, keybindings, and snippets for Visual Studio Code.
Various user-facing scripts, including ,bootstrap
.
Bootstrap script for Windows.
Homebrew configuration for macOS.
Configuration files for applications.
Scripts for configuring a system. Use lib/main
to run them all.
Scripts for this repository.
Shell configuration.
For machine-specific environment variables or shell configuration, create ~/.locals
. This file will be sourced by .zshrc
. For environment variables that need to be available to desktop applications on Linux, use ~/.profile-local
instead.