https://github.com/iagodahlem/dotfiles
:computer: My personal ~/.dotifles.
https://github.com/iagodahlem/dotfiles
dotfiles git macos tmux vim vscode zsh
Last synced: 8 months ago
JSON representation
:computer: My personal ~/.dotifles.
- Host: GitHub
- URL: https://github.com/iagodahlem/dotfiles
- Owner: iagodahlem
- Created: 2016-03-02T16:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T19:02:35.000Z (over 1 year ago)
- Last Synced: 2024-05-02T13:07:01.660Z (over 1 year ago)
- Topics: dotfiles, git, macos, tmux, vim, vscode, zsh
- Language: Shell
- Homepage:
- Size: 813 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
:computer: My personal dotfiles and tweaks for **macOS**.
## Installation
I'm using [Homebrew](https://brew.sh/) to install Mac applications, command-line tools and fonts.
**1.** Check for software updates.
```sh
$ sudo softwareupdate -i -r
```
**2.** Get this project somehow and go to its directory.
```sh
git clone git@github.com:iagodahlem/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
```
**3.** Install Mac applications (see [caskfile](brew/caskfile)) and fonts (see [fontfile](brew/fontfile)).
```sh
$ sh ./install-apps
```
**4.** Install dotfiles (see [brewfile](brew/brewfile)).
```sh
$ sh ./install-dotfiles
```
**5.** Tell [npm](https://www.npmjs.com/) who you are.
```sh
$ npm set init.author.name "{Your name}"
$ npm set init.author.email "{Your email}"
$ npm set init.author.url "{Your URL}"
$ npm adduser
```
## Thanks
We can learn a lot about productivity just exploring the way people work every day. Personally, I got highly inspired by [Holman](https://github.com/holman/dotfiles), [Mathias Bynens](https://github.com/mathiasbynens/dotfiles), [Deny Dias](https://github.com/denydias/dotfiles) and by this [setup and readme](https://github.com/diessica/dotfiles).
I can't agree more with [Holman](https://github.com/holman)'s thoughts on dotfiles: [dotfiles are meant to be forked](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked).
## License
[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem