Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisavid/dotfiles
My dotfiles, managed by chezmoi
https://github.com/nisavid/dotfiles
catppuccin chezmoi config dotfiles
Last synced: 1 day ago
JSON representation
My dotfiles, managed by chezmoi
- Host: GitHub
- URL: https://github.com/nisavid/dotfiles
- Owner: nisavid
- License: unlicense
- Created: 2024-03-26T18:06:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:32:56.000Z (13 days ago)
- Last Synced: 2024-10-25T18:26:21.900Z (12 days ago)
- Topics: catppuccin, chezmoi, config, dotfiles
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏠 dotfiles
My [dotfiles], managed by [chezmoi].
[dotfiles]: https://dotfiles.github.io
[chezmoi]: https://chezmoi.ioThis incorporates my other configuration repositories by reference as
[chezmoi externals]:[chezmoi externals]: https://chezmoi.io/user-guide/include-files-from-elsewhere
- [astronvim-config](https://github.com/nisavid/astronvim-config)
- [zsh-config](https://github.com/nisavid/zsh-config)
## 🛠️ Installation
#### [Install chezmoi](https://chezmoi.io/install)
#### Initialize chezmoi
```shell
chezmoi init https://github.com/nisavid/dotfiles
```#### Apply dotfiles
```shell
chezmoi apply
```