Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halo/dotfiles
Mac configuration
https://github.com/halo/dotfiles
defaults dotfiles macos
Last synced: about 2 months ago
JSON representation
Mac configuration
- Host: GitHub
- URL: https://github.com/halo/dotfiles
- Owner: halo
- Created: 2011-06-14T14:15:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T15:31:28.000Z (5 months ago)
- Last Synced: 2024-08-22T17:56:03.547Z (5 months ago)
- Topics: defaults, dotfiles, macos
- Language: Ruby
- Homepage:
- Size: 270 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation
Get the repository:
```bash
git clone https://github.com/halo/dotfiles.git ~/.dotfiles
```Add the executables to your $PATH:
```bash
# Add this line to ~/.zshrc
export PATH="~/.dotfiles/bin:$PATH"
```### Usage
Run `dotfiles` in your Terminal to put all configuration files in place.
Run `macos` to configure the operating system defaults.
### Caveats
```bash
export PATH=/opt/homebrew/bin:$PATH
rbenv install 3.3.0
eval "$(rbenv init - zsh)"
rbenv global 3.3.0
rbenv shell 3.3.0
~/.dotfiles/bin/dotfiles
```