Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orf/dotfiles
My dotfiles.
https://github.com/orf/dotfiles
dotfiles homebrew macos
Last synced: 11 days ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/orf/dotfiles
- Owner: orf
- Created: 2019-06-20T10:59:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T20:28:38.000Z (2 months ago)
- Last Synced: 2024-09-08T21:39:30.376Z (2 months ago)
- Topics: dotfiles, homebrew, macos
- Language: Nushell
- Homepage:
- Size: 441 KB
- Stars: 14
- Watchers: 2
- 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 syncThen 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
```