leandro-lugaresi / dotfiles_old

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

Home Page:http://carlosbecker.com/posts/dotfiles-are-meant-to-be-forked

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

carlos' dotfiles

Build Status Powered by Antibody SayThanks.io

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

Install

Then, run these steps:

$ git clone https://github.com/leandro-lugaresi/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 macOS, I recommend:

  • iTerm: a better terminal emulator;

For Linux:

  • Terminator: a better terminal emulator;

For both Linux and macOS:

  • diff-so-fancy: better git difs (you'll need to run dot_update to apply it);
  • fzf: fuzzy finder, used in ,t on vim, for example;
  • exa: for better ls;
  • mmake: a modern make.
  • hub: a command-line wrapper for git that makes you better at GitHub;

macOS defaults

You use it by running:

$DOTFILES/macos/set-defaults.sh

And logging out and in again.

Further help:

Contributing

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

About

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

http://carlosbecker.com/posts/dotfiles-are-meant-to-be-forked

License:MIT License


Languages

Language:Shell 97.2%Language:Makefile 2.8%