Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bnjmn/blahfiles
- Owner: bnjmn
- Created: 2015-07-08T19:49:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-10T19:46:58.000Z (over 5 years ago)
- Last Synced: 2023-08-03T16:12:29.770Z (over 1 year ago)
- Topics: dotfiles, rc
- Language: Shell
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/