/dotfiles

dotfiles configurations of my work environment.

Primary LanguageVim Script

Table of Contents

Introduction

Misc config I use on my daily work.

solarized is my favorite color scheme and I'm using it pretty much everywhere.

Screenshot

screenshot

Shell

I'am using ZSH with, with only a few small, nice and easy plugins.

ZSH Plugins

Setup ZSH config

ln -s zsh/zshrc ~/.zshrc

vim

GIT

Since git is one of my best daily work tool I'm using a bunch of alias for it. Everything is on my gitconfig config file.

Setup GIT config

ln -s gitconfig ~/.gitconfig
ln -s gitignore ~/.gitignore

TIG

Text-mode Interface for Git is a very nice, intuitive and highly configurable command line tool to explore GIT repository.

Setup TIG conf

Setup for tig version > 2.

ln -s tigrc ~/.tigrc

tmux

Mac

  • I'm using iterm2 as terminal emulator.

Homebrew

Homebrew is my command line package manager and my favorite packages are:

  • grip Preview GitHub Markdown files.
  • the_silver_searcher Fast searching code tool.
  • Homebrew is my command line package manager.
  • tmux terminal multiplexer
  • vim Come on, you know what it is.
  • fd A simple, fast and user-friendly alternative to 'find'
  • bat A cat(1) clone with wings.
  • prettyping prettyping is a wrapper around the standard ping tool, making the output prettier, more colorful, more compact, and easier to read.
  • diff-so-fancy Good-lookin' diffs. Actually… nah… The best-lookin' diffs.
  • ncdu NCurses Disk Usage
  • tldr Simplified and community-driven man pages

Linux

My favorite distribution is Debbian and the only window manager I like to work on is Awesome WM.