https://github.com/hrkings/dotfiles
My dotfiles (Always WIP)
https://github.com/hrkings/dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles (Always WIP)
- Host: GitHub
- URL: https://github.com/hrkings/dotfiles
- Owner: HRKings
- Created: 2021-05-03T20:33:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T03:01:04.000Z (8 months ago)
- Last Synced: 2024-12-27T13:23:07.734Z (5 months ago)
- Language: Shell
- Size: 793 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains my personal dotfiles, a collection of useful scripts and other utils. It heavily relies on [chezmoi](https://www.chezmoi.io/).
## How to install
```bash
sudo pacman -Syyu chezmoi
chezmoi init --apply
```