Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rousage/dotfiles
https://github.com/rousage/dotfiles
dotfiles dotfiles-macos
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rousage/dotfiles
- Owner: RouSage
- License: mit
- Created: 2024-11-03T10:27:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T17:56:44.000Z (17 days ago)
- Last Synced: 2024-12-20T18:37:51.335Z (17 days ago)
- Topics: dotfiles, dotfiles-macos
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
My dotfiles, managed by [chezmoi](https://github.com/twpayne/chezmoi).
## Setup steps
1. Install command line tools
```sh
xcode-select --install
```2. Run the script to install required tools
```sh
sh install.sh
```3. Initialize chezmoi
```sh
chezmoi init --apply https://github.com/RouSage/dotfiles.git
```### Pull and apply latest changes
```sh
chezmoi update
```