Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wbotelhos/dotfiles
- Owner: wbotelhos
- License: mit
- Created: 2011-01-04T23:51:31.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T01:31:48.000Z (7 months ago)
- Last Synced: 2024-06-24T02:37:24.861Z (7 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage: https://www.wbotelhos.com
- Size: 4.4 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```