Skip to content

mattmahn/dotfiles

 
 

Repository files navigation

matt's dotfiles Build Status

Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more.

screenshot

Installation

Dependencies

First, make sure you have all those things installed:

  • git: to clone the repo
  • curl: to download some stuff
  • tar: to extract downloaded stuff
  • zsh: to actually run the dotfiles
  • sudo: some configs may need that
  • brew: macOS (and technically Linux) package manager

Install

Then, run these steps:

$ git clone https://github.com/mattmahn/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/bootstrap
$ zsh # or just close and open your terminal again.

All changed files will be backed up with a .backup suffix.

Recommended Software

For OSX, I recommend:

  • grc: for colorizing stuff (like ls);
  • iTerm: a better terminal emulator;

Both:

  • diff-so-fancy: better git difs (you'll need to run dot_update to apply it);

Further help:

Contributing

Feel free to contribute. Pull requests will be automatically checked/linted with Shellcheck.

Thanks

I forked caarlos0's Holman's excellent dotfiles and tweaked it to fit my taste. I have also copied one thing or another from other people, so, thanks everyone!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.5%
  • Lua 11.1%
  • Clojure 4.3%
  • Python 1.8%
  • Less 0.6%
  • CoffeeScript 0.6%
  • PowerShell 0.1%