Table of Contents
Misc config I use on my daily work.
solarized is my favorite color scheme and I'm using it pretty much everywhere.
I'am using ZSH with, with only a few small, nice and easy plugins.
- Pure prompt Pretty, minimal and fast ZSH prompt
- Zsh Highling Fish shell like syntax highlighting for Zsh.
- jancy-ctrl-z Use Ctrl-Z to switch back to Vim
- expand aliases Expands aliases while typing them in terminal.
- mandatory aliases Forces me to use alias when exists.
- solarized dir colors Display dirs using solarized color scheme.
- zsh autosuggestions Fish-like autosuggestions for zsh
ln -s zsh/zshrc ~/.zshrc
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.
ln -s gitconfig ~/.gitconfig
ln -s gitignore ~/.gitignore
Text-mode Interface for Git is a very nice, intuitive and highly configurable command line tool to explore GIT repository.
Setup for tig version > 2.
ln -s tigrc ~/.tigrc
- I'm using iterm2 as terminal emulator.
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
My favorite distribution is Debbian and the only window manager I like to work on is Awesome WM.