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

https://github.com/olivierobert/dotfiles

A set of zsh, git, homebrew and nvm
https://github.com/olivierobert/dotfiles

bash dot-files zsh

Last synced: 6 months ago
JSON representation

A set of zsh, git, homebrew and nvm

Awesome Lists containing this project

README

          

# Dotfiles

## Installation

If on OSX, you will need to install the XCode CLI tools before continuing:

xcode-select --install

Then, clone the dotfiles repository to your home directory as ~/.dotfiles.

git clone https://github.com/olivierobert/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

## References

Based on the following amzing work:

* [nicknisi/dotfiles](https://github.com/nicknisi/dotfiles)
* [thoughtbot/dotfiles](https://github.com/thoughtbot/dotfiles)
* [thoughtbot/laptop](https://github.com/thoughtbot/laptop)