https://github.com/lenon/dotfiles
My Mac OS X setup and my ~/.* files
https://github.com/lenon/dotfiles
ansible dotfiles mac macos osx
Last synced: 8 months ago
JSON representation
My Mac OS X setup and my ~/.* files
- Host: GitHub
- URL: https://github.com/lenon/dotfiles
- Owner: lenon
- License: mit
- Created: 2014-10-02T20:20:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T21:10:10.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T20:07:54.288Z (over 3 years ago)
- Topics: ansible, dotfiles, mac, macos, osx
- Language: Shell
- Homepage:
- Size: 122 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dotfiles
These are my dotfiles. This project includes my development environment and the
setup that I'm using on macOS and Ubuntu.
## Requirements
* macOS or Ubuntu
* A terminal emulator
## Usage
This project uses a bare Git repository to manage dotfiles. You can read more
about it [here][1].
Execute the following commands to clone this repo:
cd ~
git clone --bare git@github.com:lenon/dotfiles.git .dotfiles.git
git --git-dir .dotfiles.git --work-tree . checkout
If you are On macOS:
.dotfiles/install.sh
It will install Command Line tools, Homebrew, Ansible and then will run the
setup playbook.
[1]: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/