This repository contains configuration files (aka dotfiles) managed by dotbot. All major operating systems are supported including FreeBSD, Linux, macOS, and Windows.
Installation requires no dependencies apart from Python 3.8+. Symbolic links are created in the current user's home directory; existing symbolic links will be overwritten. If a normal file or directory exists, a warning will be issued and no action will be taken. One or more profiles may be specified to install a non-default subset of files.
To install configuration files, issue:
$ git clone https://github.com/sstallion/dotfiles.git && cd dotfiles
$ python install.py [profiles ...]
See More advanced setup for details.
NOTE: Developer Mode must be enabled before installation on Windows. See Enable your device for development for details.
Pull requests are welcome! If a problem is encountered using this repository, please file an issue on GitHub.
Source code in this repository is licensed under a Simplified BSD License. See LICENSE for details.