GitXplorerGitXplorer
e

dotfiles

public
0 stars
0 forks
10 issues

Commits

List of commits on branch master.
Unverified
88368a319ec56f903ffeb9d833fe1774592be6a1

Move git config back into main repo, with ability to override at work

eeddarmitage committed 5 years ago
Unverified
8693bcb3f89b222bf14f1f227561adc986bdfb23

Add IGNOREEOF, use homebrew ruby, and remove zsh from README

eeddarmitage committed 5 years ago
Unverified
b9ec9ebe5c07c2f6a28805353d164b81d555a959

Pull out git config, remove ZSH, add typescript VIM

eeddarmitage committed 5 years ago
Unverified
51279489e2643529d527b0be05c3e8226f81ee03

Set zshrc and bashrc to give an equivalent prompt

eeddarmitage committed 6 years ago
Unverified
32148a728f05d2c7c1a53ce15abc0002b4dc9997

Add git integrations

eeddarmitage committed 6 years ago
Unverified
73b06f313ee358600600fe7387b1c81cecb94016

Remove duplicate vim status info

eeddarmitage committed 6 years ago

README

The README file for this repository.

Dotfiles

My homesick dot files repository. Homesick is a neat way to keep config and preference files in-sync across a number of machines. The basic functionality is achieved by creating symlinks in your home directory to files within a homesick repository, which typically exist in ~/.homesick/.

Vim

Like most people, my initial Vim config was provided to me by a friend. I've since developed it to suit my tastes over time, although I still think it's far from perfect, as I remain a novice vim-user.

Bash

Git

My .gitconfig is pretty standard, with colours enabled and my user-details provided. I specify my global .gitignore file explicitly, and also enable KeyChain authentication on OS X.

My .gitignore is pretty basic, with all logs, packages, bundles, executables and OS-generated meta-files ignored. I occasionally add files to this as I change my tooling.

Additional config can be provided or overriden via a .gitconfig.overrides file. I do this, for example, to set my work credentials on work computers from a second homesick repository I keep on work's version control system.

Mercurial

My .hgrc file needs a bit of a review. It contains lots of things to try and improve the output of the basic mercurial commands, such as using less as a pager for viewing logs, and meld as a diff tool.

Required Dependencies