Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skovhus/setup
My OS X development setup... dotfiles, config, preferences, apps. Everything 🐙
https://github.com/skovhus/setup
configuration-files dotfiles usersettings zshrc
Last synced: 19 days ago
JSON representation
My OS X development setup... dotfiles, config, preferences, apps. Everything 🐙
- Host: GitHub
- URL: https://github.com/skovhus/setup
- Owner: skovhus
- Created: 2017-06-26T20:52:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T09:31:10.000Z (5 months ago)
- Last Synced: 2024-10-24T13:07:13.005Z (27 days ago)
- Topics: configuration-files, dotfiles, usersettings, zshrc
- Language: Shell
- Size: 72.3 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skovhus/setup
My macOS development setup... dotfiles, config, preferences, apps. Everything 🐙
## Setting it all up
I always configure a new machine by:
1) configure up [SSH and Github](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
2) open the Terminal and install developer tools required for git by running `git -v`
3) clone this repository: `mkdir git && cd git && git clone [email protected]:skovhus/setup.git && cd setup`
4) run the install script: `bash install.sh` (if it fails, follow the intructions and run it again)
5) ☕️
6) follow the last manual setup instructions printed after running `install.sh`
7) verify and fix any brew issues: `brew doctor`
8) restart## Inspiration
Bit and pieces stolen from
- [sorenvind/dev-env](https://github.com/sorenvind/dev-env)
- [mads-hartmann/dotfiles](https://github.com/mads-hartmann/dotfiles)