https://github.com/olivierobert/dotfiles
A set of zsh, git, homebrew and nvm
https://github.com/olivierobert/dotfiles
bash dot-files zsh
Last synced: 2 months ago
JSON representation
A set of zsh, git, homebrew and nvm
- Host: GitHub
- URL: https://github.com/olivierobert/dotfiles
- Owner: olivierobert
- License: mit
- Created: 2019-02-03T04:42:12.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T13:02:23.000Z (over 2 years ago)
- Last Synced: 2025-10-09T22:44:43.688Z (9 months ago)
- Topics: bash, dot-files, zsh
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)