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
- Host: GitHub
- URL: https://github.com/olivierobert/dotfiles
- Owner: olivierobert
- License: mit
- Created: 2019-02-03T04:42:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T13:02:23.000Z (over 1 year ago)
- Last Synced: 2025-02-05T20:07:07.107Z (8 months ago)
- Topics: bash, dot-files, zsh
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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)