Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arbourd/dotfiles

Env as code
https://github.com/arbourd/dotfiles

dotfiles fish-shell git gpg2 homebrew iterm2 macos vim

Last synced: about 1 month ago
JSON representation

Env as code

Awesome Lists containing this project

README

        

# dotfiles

Automated environment as code.

## Installation

1. Install with script

```console
$ curl -sSL https://raw.githubusercontent.com/arbourd/dotfiles/main/dot.sh | sh -s -- clone
```

1. Run `dot.sh`

```console
$ ./dot.sh
Usage: ./dot.sh [COMMAND]
Commands:
help prints this dialog
clone clones dotfiles to GETPATH (~/src)
link symlinks dotfiles
install installs all packages

install-defaults installs macos defaults
install-brew installs homebrew packages
install-fisher installs fisher packages
install-vim installs vim packages
```