dotfiles
dotfiles copied to clipboard
Configuration files for my development environment.
💻 dotfiles
This repository contains the configuration files for my development environment. The setup relies on GNU Stow for file management.
Usage
Install
% git clone --recursive [email protected]:majjoha/dotfiles.git ~/.dotfiles
% cd ~/.dotfiles && 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:
- henrik/dotfiles
- junegunn/dotfiles
- pbrisbin/dotfiles
- prognostikos/dotfiles
- r00k/dotfiles
- sjl/dotfiles
- wincent/wincent
License
See LICENSE.