jm2dev / jm-workstation

My configuration files for xmonad, colours, emacs, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

My configuration files to work in an efficient way, or I think so :)

Terminal

The place I spent half the time. I like using rxvt as my main terminal emulator on linux.

Under the rxvt directory you can find several Xresources files, which is the preferred way to configure rxvt instead of Xdefaults.

sudo yum install rxvt-unicode
cp rxvt/Xresources ~/.Xresources

Personally I prefer to launch rxvt in daemon mode (urxvtd) and create clients (urxvtc) as I need them.

emacs

My customizations to show line numbers, and use several modes for grails, groovy and XML development.

Recently I moved to emacs live, you can see my customizations here.

xrandr

Script to configure my dual display desktop.

tmux

My nice tmux configuration, I forgot where I found it so credits are owned. Copy the tmux.conf file to $HOME/.tmux.conf

fedora

I need to customize my freebsd/debian version settings to work in Fedora.

i3

A tiling window manager, like xmonad. You need to copy config to ~/.i3/config.

redshift

Redshift is an application to adjust the colour temperature of the screen. See my settings for London in that folder, and copy the file to ~/.config/redshift.conf.

Colors

In no particular order I like:

See this gist for smyck in unix.

About

My configuration files for xmonad, colours, emacs, etc.


Languages

Language:Shell 35.8%Language:Emacs Lisp 34.7%Language:Haskell 16.2%Language:Vim Script 13.3%