https://github.com/jaxxstorm/dotfiles
An opinionated set of dotfiles for productivity wins
https://github.com/jaxxstorm/dotfiles
Last synced: 5 months ago
JSON representation
An opinionated set of dotfiles for productivity wins
- Host: GitHub
- URL: https://github.com/jaxxstorm/dotfiles
- Owner: jaxxstorm
- Created: 2014-12-18T22:27:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:45:28.000Z (over 1 year ago)
- Last Synced: 2025-01-02T16:33:46.750Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
A repo for my dotfiles. It's managed by [rcm](https://thoughtbot.github.io/rcm/)
# Installing
- Install [homebrew](https://brew.sh/)
- Install oh-my-zsh
- Clone this repo
- Install all the dependencies using `brew bundle`
- Install the config `rcup -d $PATH_TO_REPO`# Adding new config
The easiest way is to modify your config file as needed, and then do
```
mkdrc
```