https://github.com/aminalhazwani/dotfiles
https://github.com/aminalhazwani/dotfiles
bash dotfiles macos
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aminalhazwani/dotfiles
- Owner: aminalhazwani
- License: mit
- Created: 2017-03-05T17:25:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T08:48:12.000Z (about 4 years ago)
- Last Synced: 2025-07-31T20:03:09.938Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
.files for setting up a new Mac.
## Installation
### Git-free install
```
cd; curl -#L https://github.com/aminalhazwani/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.md}
```
### Homebrew
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
```
source ~/.brew.sh
```
### Sensible macOS defaults
```
source ~/.macos
```
### Etc
```
~ && mkdir Projects
```
### GitHub
- [Generating a new SSH key and adding it to the ssh agent](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)
- [Add the SSH key to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
- [Generating a new GPG key](https://help.github.com/articles/generating-a-new-gpg-key/)
- Add the GPG key to your GitHub account
- [Tell git about your signing key](https://help.github.com/articles/telling-git-about-your-signing-key/).
## Thanks to...
[Mathias Bynens](https://mathiasbynens.be/) and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles).