This is my personal repository of dotfiles. I
use Make(1)
to bootstrap them around
town.
$ git clone https://github.com/ljholish/dotfiles.git
$ cd ~/dotfiles
$ make
$ # and optionally
$ make install-openbox
The default target will install the core terminal-only files and the install-openbox target is for X and Openbox. The Makefile will clobber your files so use make's dry run option (-n) first.
Configuration is included for:
- Git - Distributed version control system
- i3 - i3 tiling window manager
- Mutt - MUA
- tmux - Terminal multiplexer
psql(1)
- Command-line PostgreSQL client- Vim - Vi IMproved, a text editor
- X11 - Windowing system with network transparency for Unix
My shell of choice is Zsh. I use the prezto configuration framework for Zsh. My fork can be found here:
Vim plugins. Python virtualenv.
Public domain; see the included UNLICENSE
file.