Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xunholy/dotfiles
https://github.com/xunholy/dotfiles
chezmoi dotfiles zsh
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xunholy/dotfiles
- Owner: xunholy
- Created: 2021-04-28T05:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:08:11.000Z (4 months ago)
- Last Synced: 2024-10-10T20:53:51.444Z (28 days ago)
- Topics: chezmoi, dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 6.28 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Managing my personal Dotfiles using [Chezmoi](https://www.chezmoi.io/).
## Oh-My-ZZH
Adding Oh-My-ZZH to Chezmoi requires some additional [configuration](https://www.chezmoi.io/docs/how-to/#include-dotfiles-from-elsewhere).
## Local Setup
Steps:
1. Install Chezmoi
3. Install GO
4. Install Alpaca (Apple M1 must build from source)```bash
chezmoi init --apply xunholy
``````
sudo sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply
```