https://github.com/pgolm/dotfiles
~/.*
https://github.com/pgolm/dotfiles
dotfiles fish-shell
Last synced: 2 months ago
JSON representation
~/.*
- Host: GitHub
- URL: https://github.com/pgolm/dotfiles
- Owner: pgolm
- Created: 2020-05-08T18:47:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-17T11:32:04.000Z (3 months ago)
- Last Synced: 2026-04-17T13:29:59.171Z (3 months ago)
- Topics: dotfiles, fish-shell
- Language: Shell
- Homepage:
- Size: 216 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~/.*
Everything to set up my home environment.
## Setup
1. Install prerequisites
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. Install dotfiles
```sh
brew install chezmoi
chezmoi init --apply pgolm
```
3. Change default shell to fish
```sh
chsh -s /opt/homebrew/opt/fish/bin/fish
```