https://github.com/unfunco/dotfiles
Daniel does dotfiles.
https://github.com/unfunco/dotfiles
brewfile configuration dotfiles linux macos shell vimrc zshrc
Last synced: 3 months ago
JSON representation
Daniel does dotfiles.
- Host: GitHub
- URL: https://github.com/unfunco/dotfiles
- Owner: unfunco
- License: apache-2.0
- Created: 2015-01-02T14:11:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:41:58.000Z (over 1 year ago)
- Last Synced: 2025-02-07T14:44:38.342Z (8 months ago)
- Topics: brewfile, configuration, dotfiles, linux, macos, shell, vimrc, zshrc
- Language: Shell
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Daniel does dotfiles
## Getting started
### Requirements
* [macOS] 11+
Clone the repository and change into the `dotfiles` directory.
```bash
git clone git@github.com:unfunco/dotfiles.git
cd dotfiles
```Install [Homebrew] to for package management.
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```Install dependencies with Homebrew.
```bash
brew bundle install
```Dotfiles are managed with [rcm]. The following command will symbolically link
the files in the repository home directory to your operating system home
directory and will prefix filenames with a period so that they're hidden.
This allows dotfiles to be edited in place and committed.```bash
rcup -d home -v
```## License
Copyright © 2016 [Daniel Morris](https://unfun.co)
Made available under the terms of the [Apache License, Version 2.0](LICENSE.md).[Homebrew]: https://brew.sh/
[macOS]: https://www.apple.com/uk/macos/
[rcm]: https://github.com/thoughtbot/rcm