Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmaier/dotfiles
My dotfiles
https://github.com/tmaier/dotfiles
Last synced: 28 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/tmaier/dotfiles
- Owner: tmaier
- Created: 2014-04-04T14:24:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T13:55:44.000Z (almost 7 years ago)
- Last Synced: 2023-05-01T10:08:37.380Z (over 1 year ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles of [tmaier][]
I use [homesick][] to manage my dotfiles.
You can check out [dotfiles.github.io][] for more information about this topic.[tmaier]: http://tobiasmaier.info
[homesick]: https://github.com/technicalpickles/homesick
[dotfiles.github.io]: http://dotfiles.github.io/## Dotfiles
### Install
```bash
$ gem install homesick
$ homesick clone tmaier/dotfiles
$ homesick symlink dotfiles
```### Update
```bash
$ homesick pull dotfiles
```## Sensible OS X defaults
When setting up a new Mac, you may want to set some sensible OS X defaults:
```bash
$ ./.osx
```## Install Homebrew formulae
1. Install [Homebrew](http://brew.sh)
1. Install [Brew Bundle](https://github.com/Homebrew/homebrew-bundle) with `brew tap Homebrew/bundle`
1. Run `cd ~ && brew bundle`## Whats remaining?
1. Install [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
2. Set up iTerm2
```
$ rm ~/Library/Preferences/com.googlecode.iterm2.plist
$ ln -s ~/.homesick/repos/dotfiles/preferences/com.googlecode.iterm2.plist ~/Library/Preferences/com.googlecode.iterm2.plist
```