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
- Host: GitHub
- URL: https://github.com/kuripa/dotfiles
- Owner: kuripa
- Created: 2023-05-21T16:37:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-01T16:35:56.000Z (4 months ago)
- Last Synced: 2026-02-02T01:28:24.099Z (4 months ago)
- Topics: config, dotfiles, fedora, fish, fuzzel, hyprland, linux, sway, waybar, zellij
- Language: Lua
- Homepage:
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```