Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minamarkham/dotfiles

💻 macOS dotfiles
https://github.com/minamarkham/dotfiles

dotfiles macos shell terminal zsh

Last synced: 1 day ago
JSON representation

💻 macOS dotfiles

Awesome Lists containing this project

README

        

# ~/.dotfiles

```
_ _
| | | o | |
__| __ _|_ | | | | _ ,
/ | / \_| |/ | |/ |/ / \_
\_/|_/\__/ |_/|__/|_/|__/|__/ \/
|\
|/ by mina
```


Managed using chezmoi

This are my public dotfiles. These are config files to set up a system the way I like it. They might not work for you, but feel free to steal from them.

## Getting started

Check out the [Quick Start](https://www.chezmoi.io/quick-start/) page.

### Install chezmoi and the dotfiles on any new machine

With a single command:

```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply minamarkham
```

### Update

On any machine, you can pull and apply the latest changes from your repo with:

```sh
chezmoi update -v
```

License
-------

The code is available under the [MIT license][license].

[license]: LICENSE