Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z0mbix/dotfiles

*NIX dot files
https://github.com/z0mbix/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

*NIX dot files

Awesome Lists containing this project

README

        

# dotfiles

Install chezmoi on Mac:

```shell
$ brew install chezmoi
```

or on Linux:

```shell
$ BINDIR=~/bin sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply z0mbix
```

Set fish as your shell:

```shell
$ chsh -s /opt/homebrew/bin/fish
```

or:

```
$ chsh -s /usr/bin/fish
```

To update dotfiles on a device:

```shell
$ chezmoi diff
$ chezmoi apply
```