hav4ik / arch-config

Configuration for my minimalistic user-oriented Arch Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Linux and DWM configuration - by hav4ik

This repository contains my configuration of Arch Linux, some useful patches, fonts, and some command line tools. In summary, the following software and tools are installed and configured:

  • dwm: a tiny and very powerful tiling window manager with optional configuration
  • vim: a powerful text editor that I use as my primary C/C++ IDE, see my configurations
  • rxvt-unicode: a highly customizable terminal emulator, see my configurations
  • conky: a lightweight and highly configurable system monitor, see my [configurations][conky-config]
  • feh: lightweight image viewer, used to set background wallpaper
  • offlineimap: a python utility to sync mail from IMAP, you can run in background and synchronize multiple accounts (yahoo mail & gmail in my case) with this configuration
  • mutt: a very powerful text-based mail client, it can be used with offlineimap

External plugins and resources that are used but not included in repository:

  • vim-airline: a lean & mean status/tabline plugin for vim
  • vim-fugitive: a git wrapper for vim
  • NERDTree: a filesystem tree explorer for vim
  • clang_complete: this plugin uses clang (you must have libclang installed on your system) for accurately complete C and C++ code in vimi.

Other stuffs that ROCKS:

  • dwb: a lightweight web browser, it's fully usable even without the mouse
  • wicd-curses: a powerful network manager with compact and user-friendly ncurses interface.
  • connman: a powerful network manager with great cli interface
  • ncmpcpp: an [mpd][mpd] client with a great user interface and rich features
  • weechat: a highly extendable and feature rich IRC Client currently under heavy development

Some screenshots:

scrot1 scrot2

About

Configuration for my minimalistic user-oriented Arch Linux.


Languages

Language:Vim Script 48.9%Language:Shell 30.0%Language:Python 11.3%Language:C 9.8%