Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sstallion/dotfiles

Configuration Files
https://github.com/sstallion/dotfiles

configuration dotfiles scripts

Last synced: 3 months ago
JSON representation

Configuration Files

Awesome Lists containing this project

README

        



# Configuration Files

This repository contains configuration files (aka dotfiles) managed by
[dotbot][1]. 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][2] for details.

> **NOTE**: Developer Mode must be enabled before installation on Windows. See
> [Enable your device for development][3] for details.

## Contributing

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

## License

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

[1]: https://github.com/anishathalye/dotbot
[2]: https://github.com/anishathalye/dotbot/wiki/Tips-and-Tricks#more-advanced-setup
[3]: https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development
[4]: https://github.com/sstallion/dotfiles/issues
[5]: https://github.com/sstallion/dotfiles/blob/master/LICENSE