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

https://github.com/javierav/dotfiles

My personal dotfiles config
https://github.com/javierav/dotfiles

bash bashrc brewfile dotfiles linux macos osx scripting shell

Last synced: 7 months ago
JSON representation

My personal dotfiles config

Awesome Lists containing this project

README

          

# dotfiles

My personal dotfiles config.

## Requirements

* [Git](https://git-scm.com)
* [Homebrew](https://brew.sh)

## Installation

Clone this repository in your home directory:

```
$ git clone https://github.com/javierav/dotfiles.git .dotfiles
```

Install dotfiles:

```
$ cd .dotfiles && ./install.sh
```

### Submodules

We use git submodules for include other projects inside this.

```
$ cd .dotfiles && git submodule update --init
```

### Brew dependencies

Install Homebrew Bundle package:

```
$ brew tap homebrew/bundle
```

Install dependencies:

```
$ brew bundle
```

## License

Copyright (c) 2014-2024 Javier Aranda - Released under [MIT](LICENSE) license.