Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbotelhos/dotfiles

:open_file_folder: Dot Files
https://github.com/wbotelhos/dotfiles

dotfiles

Last synced: 3 months ago
JSON representation

:open_file_folder: Dot Files

Awesome Lists containing this project

README

        

# Dotfiles

[![Sponsor](https://img.shields.io/badge/sponsor-%3C3-green)](https://github.com/sponsors/wbotelhos)

My personal settings including MacOSX Tweak.

## Usage

### Setup

```sh
git clone [email protected]:wbotelhos/dotfiles.git
```

### Optimize MacOSX

```sh
./dotfiles/macosx.sh
```

### Install configs

```sh
./dotfiles/install.sh
```

### Use Rubocop Config

Put it on the top of your `.rubocop.yml`:

```yml
inherit_from:
- https://raw.githubusercontent.com/wbotelhos/dotfiles/master/.rubocop.yml
```