https://github.com/fedeztk/dotfiles
Personal dotfiles
https://github.com/fedeztk/dotfiles
Last synced: 10 months ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/fedeztk/dotfiles
- Owner: fedeztk
- Created: 2025-06-22T15:27:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-19T14:33:12.000Z (about 1 year ago)
- Last Synced: 2025-07-28T02:51:22.775Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
[[ "$(uname)" = "Darwin" ]] && eval "$(/opt/homebrew/bin/brew shellenv)" || eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install chezmoi
chezmoi init fedeztk --apply
```