mob5566 / dotfiles

my dotfiles repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repo is forked(inspired) from anishathalye, and is adapted into my own dotfiles.

Usage

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.

For the color scheme to look right, you will also need terminal-specific support. The configuration for that, along with a whole bunch of other machine-specific configuration, is located in dotfiles-local.

Dotfiles uses Dotbot for installation.

Making Local Customizations

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

  • vim : ~/.vimrc_local
  • emacs : ~/.emacs_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

License

Copyright (c) 2013-2017 Anish Athalye. Released under the MIT License. See LICENSE.md for details.

About

my dotfiles repo

License:MIT License


Languages

Language:Shell 55.6%Language:Vim Script 25.1%Language:C++ 14.8%Language:Makefile 2.4%Language:GDB 1.2%Language:Python 0.9%