Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elektronaut/dotfiles
There's no place like ~
https://github.com/elektronaut/dotfiles
Last synced: 12 days ago
JSON representation
There's no place like ~
- Host: GitHub
- URL: https://github.com/elektronaut/dotfiles
- Owner: elektronaut
- License: mit
- Created: 2012-09-21T01:18:04.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T04:01:05.000Z (about 1 year ago)
- Last Synced: 2023-12-30T05:18:36.862Z (about 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 209 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Behind every productive member of the developer society stands a
collection of haphazard configurations and half baked shell
scripts. These are mine.## Setup
First, install [chezmoi](https://www.chezmoi.io/).
Checkout the repo:
``` sh
chezmoi init https://github.com/elektronaut/dotfiles.git
```Inspect the changes:
``` sh
chezmoi diff
```Finally, apply them:
``` sh
chezmoi apply
```