Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sstallion/dotfiles
Configuration Files
https://github.com/sstallion/dotfiles
configuration dotfiles scripts
Last synced: 3 months ago
JSON representation
Configuration Files
- Host: GitHub
- URL: https://github.com/sstallion/dotfiles
- Owner: sstallion
- License: bsd-2-clause
- Created: 2016-09-02T17:15:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T19:28:51.000Z (5 months ago)
- Last Synced: 2024-09-12T04:56:08.014Z (5 months ago)
- Topics: configuration, dotfiles, scripts
- Language: Vim Script
- Homepage:
- Size: 4.53 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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