https://github.com/euclio/dotfiles
Obligatory configuration repository
https://github.com/euclio/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
Obligatory configuration repository
- Host: GitHub
- URL: https://github.com/euclio/dotfiles
- Owner: euclio
- Created: 2013-06-21T06:37:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T01:57:06.000Z (6 months ago)
- Last Synced: 2025-01-14T06:25:31.618Z (4 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My obligatory configuration repository.
## Installation
### Unix
Requires [GNU stow].
```sh
$ cd
$ git clone --recurse-submodules https://github.com/euclio/dotfiles
$ ~/dotfiles/install.sh
```### Windows
Requires [Python 3] and [Developer mode][win-dev-mode].
```powershell
> cd ~
> git clone --recurse-submodules https://github.com/euclio/dotfiles
> python3 dotfiles/install.py
```[GNU stow]: https://www.gnu.org/software/stow/
[Python 3]: https://www.python.org
[win-dev-mode]: https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development#accessing-settings-for-developers