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
- Host: GitHub
- URL: https://github.com/javierav/dotfiles
- Owner: javierav
- License: mit
- Created: 2014-10-06T13:48:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T16:38:58.000Z (over 1 year ago)
- Last Synced: 2025-03-29T13:54:48.918Z (7 months ago)
- Topics: bash, bashrc, brewfile, dotfiles, linux, macos, osx, scripting, shell
- Language: Shell
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.