Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bnjmn/blahfiles

blah blah blah
https://github.com/bnjmn/blahfiles

dotfiles rc

Last synced: 23 days ago
JSON representation

blah blah blah

Awesome Lists containing this project

README

        

# blahfiles

- dotfiles
- configuration files
- run commands
- blah blah blah

![](https://media.giphy.com/media/iW8tsoJWcfPc4/giphy.gif)

## Installation

Currently, this system is only setup and tested for macOS.

### Requirements

[`homebrew`][homebrew] (see [requirements][brew-reqs])

```bash
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

[git][git-homepage] (use `brew`)
```bash
$ brew install git
```

### Install

optional (work-in-progress):

```bash
bash -c "`curl -fsSL https://raw.github.com/bnjmn/blahfiles/master/remote-setup.sh`"
```

install:

```bash
git clone [email protected]:bnjmn/blahfiles.git ~/blahfiles
cd ~/blahfiles && ./install.sh
```

[homebrew]: https://brew.sh/
[brew-reqs]: https://docs.brew.sh/Installation#requirements
[git-homepage]: https://git-scm.com/