xthexder / dotfiles

Configuration (dot)files to make things awesome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My collection of dotfiles used across my computers. Repository structure inspired by Jamie Wong's dotfiles.

Currently contains:

  • A uniform colour scheme for all the things using kantan
  • vim:
    • Vundle
    • Useful filetype settings and syntax highlighting
    • CtrlP.vim with matcher for fuzzy finding files
    • Verbose statusline
    • Tabs appear as and trailing spaces as ·
    • Working fileencodings
  • zsh:
    • oh-my-zsh
    • A verbose prompt, with git information and using vi bindings
  • xterm:
    • UTF-8 enabled
    • nice fonts
    • ibus for foreign language input
  • git:
    • Useful aliases, like a pretty g lg and g sync (see .gitconfig)
  • tmux with a functional basic configuration (C-a prefix)
  • mpd + ncmpcpp for awesome music
  • and more!

Feel free to reuse any tidbits in your own configuration!

Usage

  • Install git, GNU Make, and a C compiler (for matcher)
  • Clone the repository (probably after forking it)
    • If on a server, use git clone -b servers to prevent getting unnecessary files
  • cd dotfiles and make
  • In vim: :BundleInstall

About

Configuration (dot)files to make things awesome.


Languages

Language:Lua 59.0%Language:Vim Script 29.5%Language:Shell 9.3%Language:Makefile 2.3%