Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.08 KB

File metadata and controls

36 lines (30 loc) · 1.08 KB

💻 dotfiles

This repository contains the configuration files for my development environment. The setup relies on GNU Stow for file management.

Usage

Install

git clone https://github.com/majjoha/dotfiles.git ~/.dotfiles && \
  cd ~/.dotfiles && \
  git submodule update --init --recursive && \
  stow .

On a new machine, you may also want to run .bin/initialize-macos-defaults to enable a wide range of sensible defaults for macOS.

Update

% git pull
% git submodule update --remote --jobs=4

Acknowledgments

Inspiration and code was taken from many sources, including:

License

See LICENSE.