Thhethssmuz / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Highlights

  • xmonad with a series of dzen status bars and menus
  • git aware prompt
  • optimized for the Dvorak keyboard layout

Screenshot

Cloning

The simplest procedure for cloning into home, is to make an empty git repo in home and make it track master:

cd
git init
git remote add origin git@github.com:Thhethssmuz/dotfiles.git
git pull origin master

From this point on you should be able to proceed as normal.

XMonad

Build status-bar icons:

.xmonad/scripts/mkicons.sh

About


Languages

Language:Shell 58.8%Language:Haskell 30.8%Language:Makefile 5.3%Language:Python 5.1%