Skip to content

Instantly share code, notes, and snippets.

View chhh's full-sized avatar

Dmitry Avtonomov chhh

View GitHub Profile
@chhh
chhh / .gitconfig
Last active November 10, 2019 22:21
global git config for use with p4merge as difftool (does not create temp files [LOCAL REMOTE BRANCH etc.] or .orig files)
[credential]
helper = manager
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = <your name>
email = <your@email>
[color]
ui = true
@chhh
chhh / .dircolors
Created March 25, 2013 19:49
light blue colors for dirs and other stuff
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# Copyright (C) 1996, 1999-2010 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
# Below, there should be one TERM entry for each termtype that is colorizable
TERM Eterm
TERM ansi
@chhh
chhh / .vimrc
Last active December 15, 2015 09:39
" this helped me to get right-mouse-click to work as paste
set mouse=r
" settings for vim
syntax on
set ruler
set background=dark
" completion in command line
@chhh
chhh / .bashrc
Last active March 8, 2019 02:05
This old bashrc is pretty much deprecated by now.
# This old bashrc is pretty much deprecated by now.
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
@chhh
chhh / .gitignore
Last active January 21, 2024 03:50
.gitignore file for IDEA, Eclipse, NetBeans
#
# Project specific excludes
#
tomcat
#
# Default excludes
#