Skip to content

moiseshilario/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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]:moiseshilario/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

About

💻 My personal ~/.dotifles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%