Go to file
Ambrevar eb6b0f025b Shell: pacman functions improvement. 2012-07-19 18:54:48 +01:00
.cmus Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.config Luakit: Google Map alias. 2012-07-18 18:25:28 +01:00
.emacs.d Emacs: colors improvement. 2012-07-16 16:08:18 +01:00
.gnupg Mutt: improved speed when changing folders. 2012-07-05 19:02:42 +01:00
.irssi Irssi: init. 2012-07-13 16:39:09 +01:00
.local/share/luakit Mutt: removedone useless file (for passwords). 2012-07-10 18:47:23 +01:00
.mutt.d Mutt: colors now fit Emacs ones. 2012-07-18 19:06:08 +01:00
.shell.d Shell: pacman functions improvement. 2012-07-19 18:54:48 +01:00
.terminfo/x Pkg: list update. 2012-07-04 12:21:01 +01:00
.Xresources Emacs: colors improvements (digits, hex). 2012-07-17 17:32:15 +01:00
.arch-mirrors-edf23ads Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-mirrors-peteramd Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-mirrors-zeus Arch: updated packages list 2012-06-28 09:15:53 +01:00
.arch-pkg-aur-edf23ads Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-aur-peteramd Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-aur-zeus Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00
.arch-pkg-explicit-edf23ads Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-explicit-peteramd Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-explicit-zeus Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00
.arch-pkg-official-edf23ads Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-official-peteramd Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.arch-pkg-official-zeus Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00
.bashrc Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00
.conkyrc Awesome: added forgotten theme file. [FIX] 2012-06-20 18:07:54 +01:00
.emacs Mutt: colors now fit Emacs ones. 2012-07-18 19:06:08 +01:00
.gtkrc-2.0 Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.muttrc Emacs: custom colors. Fits URxvt. 2012-07-16 14:42:18 +01:00
.nanorc Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.netinit URxvt: init config. Used by default. 2012-07-12 19:08:34 +01:00
.rtorrent.rc Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.save Irssi: init. 2012-07-13 16:39:09 +01:00
.taskrc Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.urlview Pkg: list update. 2012-07-04 12:21:01 +01:00
.vimrc Committed most of the home config files. 2012-06-18 11:02:45 +01:00
.xinitrc Luakit: Google Map alias. 2012-07-18 18:25:28 +01:00
.zshrc Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00
README Shell: integrated color support, improved pacman functions (more modular). 2012-07-19 16:01:22 +01:00

README

################################################################################
#                           Unix Home Configuration                            #
#                               Author: Ambrevar                               #
#                               Date: 2012-07-17                               #
################################################################################

Synopsis
********
This repository contains configuration files for various Unix-programs.
Target distribution: Arch Linux (might work for most Unices as well)

Generic Comments
****************

The only purpose is to be a source of inspiration. Examples are always a good
technical support. (Especially for applications that do not provide examples in
their documentation.)  There is no use in blind-copying the content of any file
into your personal home folder. At best it might break things.

In case you still want to copy some files -- for quick and dirty testing purpose
-- do not forget that most of the files are in hidden folders.  Also note that
in some shells, the '*' joker will NOT match hidden files, that is

        cp -r source-dir/* dest-dir/

will copy non-hidden folders only.  To match all folders, use the following
joker instead:

        cp -r source-dir/{.*,*} dest-dir/   # zsh
        cp -r source-dir/{.??*,*} dest-dir/ # bash

Still, the solution for bash is not perfect as it affects 3 characters files
only. A more convenient solution:

      # bash only.
      shopt -s dotglob
      cp -r source-dir/* dest-dir/


Some applications will need extra dependencies other than the default ones. You
might have a look at the .arch-pkg-explicit* files to see what software I've
been using.

Final word: do not forget to read the manpages!

################################################################################

Awesome
*******
Extra deps: Vicious

Configuration is very close to the default one, which mostly fits my needs.
Most of the work I've done is for the status bar, but since I'm using the
Vicious plugin, it is quite straightforward.

Emacs
*****
Extra deps: auctex, auto-complete, emacs-lua-mode, emacs-yasnippet,

Some keybindings and custom colors. (I find it more convenient on a 256-colors
terminal.) Some customization -- columns, kill whole line, etc. Some plugins
customization too.

Luakit
******
Some custom bindings, download location, search engines, etc.
Functional Adblock script. Script+Plugin toggle.

Mutt
****
Compile options: IMAP and SMTP support.
Extra deps: urlview, w3m, sxiv, fortune.

This one is not easy to get into it. I managed to get multiple accounts with
pgp-encrypted passwords working, which means there is no plain password stored
on the disk. As a result, I just get prompted for a main password on Mutt
startup, then everything works out of the box.

I use GPG for password management, mostly because it features a password agent.

I'm using embedded imap and smtp services -- you must provide the required
compilation options.

Some customization: custom index view, good Emacs integration -- see .emacs --,
custom theme, various tweaks.

Ranger
******
Extra deps: antiword, atool, highlight, img2txt, mediainfo, pdftotext, w3m.

Custom bindings, file association, tweaked a few options.

Scripts
*******
.save:    generates a home configuration archive.
.network: network setup. Works with wpa_supplicant. May replace any network
          manager.

Shell
*****
Target: zsh, bash

Probably the most interesting part here. A lot of stuff: aliases, functions,
shell options, etc.

Please note that this config is mainly intended -- and tested -- for zsh. It
should be mostly bash-compatible though.  When incompabilities have been
encountered, it has been reported into the configuration files. Hence the shared
folder .shell.d/, whose files get sourced by both bash and zsh.  Bash-specific
and zsh-specific options are in dedicated files ending with the apropriate shell
name.

URxvt
*****
Custom font and colors, no scroll bar, url-matcher and keyboard-select.

Vim
***
I've only been a casual Vim user, so do not expect too much from it.

WMFS
****
The last time I used WMFS, the development was in a transition from version 1.x
to 2.x. So beware!, configuration files might be quite broken.

################################################################################
Complete applist
****************

antiword
atool
awesome
bashmount
bc
calc
catdvi
ccrypt
cmus
cppcheck
doxygen
dropbox
emacs
feh
fortune
gcolor2
gdb
gimp
gnumeric
gnuplot
handbrake
hdparm
help2man
highlight
htop
inkscape
irssi
lrzip
luakit
mediainfo
mencoder
mkvtoolnix
movgrav
mplayer2
mutt
nasm
ncdu
nmap
numlockx
octave
okular
openshot
openssh
p7zip
pari
pidgin
pwgen
pwsafe
ranger
re2c
rtorrent
rxvt-unicode
scrot
sdparm
slock
splint
strace
submarine
sudo
sxiv
task
tcpdump
texlive
trash-cli
tree
valgrind
vim
vlock
w3m
weechat
wipe
wmfs
wv
xsel
yasm
zathura
zsh