Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orf/dotfiles

My dotfiles.
https://github.com/orf/dotfiles

dotfiles homebrew macos

Last synced: 11 days ago
JSON representation

My dotfiles.

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
```