Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximiliengilet/dotfiles
https://github.com/maximiliengilet/dotfiles
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximiliengilet/dotfiles
- Owner: maximilienGilet
- Created: 2024-11-13T15:07:29.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-18T15:12:04.000Z (27 days ago)
- Last Synced: 2024-12-18T16:24:27.464Z (27 days ago)
- Language: Lua
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This is my personal dotfiles repository. I use it to store my dotfiles, which are
mostly shell scripts and configuration files.## Installation
The dotfiles are propagated using [stow](https://www.gnu.org/software/stow/).
```bash
git clone https://github.com/maximilienGilet/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .
```## License
The dotfiles are licensed under the [MIT License](LICENSE).