Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rousage/dotfiles


https://github.com/rousage/dotfiles

dotfiles dotfiles-macos

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# My dotfiles

My dotfiles, managed by [chezmoi](https://github.com/twpayne/chezmoi).

## Setup steps

1. Install command line tools

```sh
xcode-select --install
```

2. Run the script to install required tools

```sh
sh install.sh
```

3. Initialize chezmoi

```sh
chezmoi init --apply https://github.com/RouSage/dotfiles.git
```

### Pull and apply latest changes

```sh
chezmoi update
```