https://github.com/orf/dotfiles
My dotfiles.
https://github.com/orf/dotfiles
dotfiles homebrew macos
Last synced: 10 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/orf/dotfiles
- Owner: orf
- Created: 2019-06-20T10:59:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T13:43:00.000Z (about 1 year ago)
- Last Synced: 2025-08-31T23:02:29.249Z (10 months ago)
- Topics: dotfiles, homebrew, macos
- Language: Nushell
- Homepage:
- Size: 519 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This repo configures dotfiles for MacOS with the following tools:
* fish shell with [the pure theme](https://github.com/pure-fish/pure)
* [git workspace](https://github.com/orf/git-workspace)
* Rust
* Modern cli replacements:
* [eza](https://github.com/eza-community/eza) for `ls`
* [bat](https://github.com/sharkdp/bat) for `cat`
* [tokei](https://github.com/XAMPPRocky/tokei) for `cloc`
## Setup:
First:
* Log into iCloud
* Wait for keychain to sync
Then run:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask 1password 1password-cli && brew install chezmoi
```
Then follow the 1password CLI setup instructions [here](https://developer.1password.com/docs/cli/get-started/#sign-in). Then run:
```shell
eval $(op signin)
chezmoi init --apply orf
```