/dotfiles

Configuration Files

Primary LanguageVim ScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Configuration Files

This repository contains configuration files (aka dotfiles) managed by dotbot. All major operating systems are supported including FreeBSD, Linux, macOS, and Windows.

Installation

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.

Contributing

Pull requests are welcome! If a problem is encountered using this repository, please file an issue on GitHub.

License

Source code in this repository is licensed under a Simplified BSD License. See LICENSE for details.