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
- Host: GitHub
- URL: https://github.com/chdsbd/dotfiles
- Owner: chdsbd
- Created: 2016-02-16T21:12:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T13:36:18.000Z (about 5 years ago)
- Last Synced: 2025-04-23T08:50:20.693Z (about 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*