Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonrohan/dotfiles
Bootstrap a new macOS machine
https://github.com/jonrohan/dotfiles
dotfiles homebrew iterm2 macos shell vscode zsh
Last synced: 22 days ago
JSON representation
Bootstrap a new macOS machine
- Host: GitHub
- URL: https://github.com/jonrohan/dotfiles
- Owner: jonrohan
- License: gpl-3.0
- Created: 2018-10-11T03:55:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T23:05:57.000Z (5 months ago)
- Last Synced: 2024-10-05T08:22:21.942Z (about 1 month ago)
- Topics: dotfiles, homebrew, iterm2, macos, shell, vscode, zsh
- Language: Shell
- Homepage:
- Size: 115 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jon Rohan's .dotfiles
The goal of this project is to have a set of files that I can quickly setup my development environment on a new machine.
This setup is heavily inspired by [MikeMcQuaid's dotfiles](https://github.com/MikeMcQuaid/dotfiles). This is because of [strap](https://github.com/MikeMcQuaid/strap) also written by Mike. The setup of these dotfiles relies on strap'ing your machine first, then installing the dotfiles.
## Assumptions
There are a few assumptions made on the system and what tools I use.
1. First assumption is this is macOS only. It mostly could be adapted for other OSs, however I don't typically use anything else so I don't have motivation to keep up more than one.
2. Default shell is `zsh`. zsh feels more extensible to me, so I enjoy using it.
3. Editor is VSCode.
4. Terminal is iTerm2.## Installation
Clone the repository
```sh
git clone https://github.com/jonrohan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles/
```Run the `script/strap` script. This will pull down the latest [strap.sh](https://github.com/MikeMcQuaid/strap) script and bootstrap your machine for development. Make sure you complete any pre-requisites from that project.
While strap is running, it will check if you have a `/dotfiles/` repository on GitHub, clone the repository, and run `script/setup`. This moves everything into place.
## LICENSE
[GNU GPLv3](./LICENSE) © Jon Rohan