https://github.com/deanc/macsetup
A utility repository to set up a Mac how I want it
https://github.com/deanc/macsetup
Last synced: about 1 year ago
JSON representation
A utility repository to set up a Mac how I want it
- Host: GitHub
- URL: https://github.com/deanc/macsetup
- Owner: deanc
- Created: 2012-12-23T17:42:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-24T11:08:54.000Z (over 13 years ago)
- Last Synced: 2025-07-04T11:03:14.738Z (about 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mac Setup
---
First of all let's install a better shell, and git
* Install [iTerm2](http://www.iterm2.com/)
* Install [git](http://git-scm.com/downloads)
Setup a user directory to house all projects:
`mkdir ~/Projects`
Check out this repository in the Projects directory:
`git clone git@github.com:deanc/macsetup.git`
Configure the installer then run it:
chmod +x installer.sh
./installer.sh
Todo
---
1. Make the installer install GIT from source
2. See if we can install iTerm2 automatically too
3. Figure out how to copy the vimconfig