antonioparisi / dotfiles

~antonioparisi - my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

After cloning this repo, run install to automatically set up the development environment. Note that the install script is idempotent: it can safely be run multiple times.

Dotfiles uses [Dotbot][dotbot] for installation.

Making Local Customizations

You can make local customizations for some programs by editing these files:

  • vim : ~/.vimrc_local
  • zsh : ~/.zshrc_local_before run before .zshrc
  • zsh : ~/.zshrc_local_after run after .zshrc
  • git : ~/.gitconfig_local
  • hg : ~/.hgrc_local
  • tmux : ~/.tmux_local.conf

About

~antonioparisi - my dotfiles


Languages

Language:Vim Script 84.6%Language:Shell 15.4%