Skip to content

iagodahlem/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe9cb92 Â· Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Jan 26, 2023
Apr 30, 2024
Apr 30, 2024
Jul 21, 2022
Apr 30, 2024
Jan 26, 2023
Feb 22, 2023
Nov 10, 2017
May 9, 2019
Apr 30, 2024
Nov 10, 2017
May 24, 2022
Apr 3, 2019
Apr 1, 2019
Apr 1, 2019
Apr 1, 2019

Repository files navigation

.dotfiles

💻 My personal dotfiles and tweaks for macOS.

Installation

I'm using Homebrew to install Mac applications, command-line tools and fonts.

1. Check for software updates.

$ sudo softwareupdate -i -r

2. Get this project somehow and go to its directory.

git clone [email protected]:iagodahlem/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

3. Install Mac applications (see caskfile) and fonts (see fontfile).

$ sh ./install-apps

4. Install dotfiles (see brewfile).

$ sh ./install-dotfiles

5. Tell npm who you are.

$ 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, Mathias Bynens, Deny Dias and by this setup and readme.

I can't agree more with Holman's thoughts on dotfiles: dotfiles are meant to be forked.

License

MIT License © Iago Dahlem

Releases

No releases published

Packages

No packages published