An open API service indexing awesome lists of open source software.

https://github.com/chdsbd/dotfiles

:floppy_disk: my dotfiles
https://github.com/chdsbd/dotfiles

Last synced: 8 months ago
JSON representation

:floppy_disk: my dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

A collection of dotfiles for OSX.

## Install

Dotfiles

``` bash
git clone https://github.com/chdsbd/dotfiles && \
cd .dotfiles && \
bash dotfiles-link.sh
```

OSX programs

``` bash
bash osx-install.sh
```

## Update

Dotfiles

``` bash
git pull

```

OSX Programs

``` bash
osx-update.sh
```

## Notes

The following programs must be installed manually

- Autodesk Fusion ([Autodesk.com](https://manage.autodesk.com/))
- Day One ([Mac App Store](http://dayoneapp.com))
- Degrees ([Mac App Store](https://itunes.apple.com/us/app/degrees-weather/id430173763))
- iMove ([Mac App Store](https://itunes.apple.com/us/app/imovie/id408981434))
- Mathematica ([Wolfram.com](https://user.wolfram.com/portal/))
- Xcode ([Mac App Store](https://itunes.apple.com/us/app/xcode/id497799835))

*Many files directly from [sbdchd's dotfiles](http://github.com/sbdchd/.dotfiles). Other snippets from various sources referenced in the dotfiles themselves.*