An open API service indexing awesome lists of open source software.

https://github.com/kuripa/dotfiles

my dotfiles
https://github.com/kuripa/dotfiles

config dotfiles fedora fish fuzzel hyprland linux sway waybar zellij

Last synced: about 1 month ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

          

# 🏠 dotfiles

## 🚀 Quick Start

```sh
chezmoi init git@github.com:kuripa/dotfiles.git
chezmoi apply
```
🛠️ Managing Changes

```sh
chezmoi edit ~/.config/fish/config.fish
chezmoi diff
chezmoi apply
chezmoi git commit -am "Update fish config"
chezmoi git push
```