mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
dotfiles
|
|
========
|
|
|
|
Some of using configuration files
|
|
|
|
Description
|
|
-----------
|
|
* `arch_install.sh` - simple script for automatic installation
|
|
* `Bespin` (directory) - settings for [BESpin](http://kde-look.org/content/show.php/Bespin?content=63928). It is stored in `$HOME/.config/`.
|
|
* `awesome` (directory) - settings for Awesome-WM. It is stored in `$HOME/.config/`.
|
|
* `festival` (directory tree) - settings for festival Russian speaking.
|
|
* `get-coord-matrix.py` - python script which calculates xinput coordinate matrix for screens
|
|
* `kbdlayout` (files) - settings for Russian language with layout switching on CapsLock. `20-keyboard.conf` (X11 settings) is stored in `/etc/X11/xorg.conf.d/`. `my.map.gz` (keymap) is stored in `/usr/share/kbd/keymaps/i386/qwerty`.
|
|
* `kdmrc` - settings for KDM. It is stored as `/usr/share/config/kdm/kdmrc`.
|
|
* `local.conf` - custom settings for fontconfig. It is stored as `/etc/fonts/local.conf`
|
|
* `qtcurve` (directory) - custom settings for QtCurve (including colors).
|
|
* `repo-update` - simple script for building and updating own repository
|
|
* `sakura.conf` - settings for [Sakura terminal](https://launchpad.net/sakura). It is stored in `$HOME/.config/sakura/`.
|
|
* `themes` - directory with some of my custom color schemas
|
|
* `vimrc` - settings for VIM. It is stored as `$HOME/.vimrc`.
|
|
* `Xresources` - settings for some Xorg applications (for example, urxvt). It is stored as `$HOME/.Xresources`
|
|
* `zshrc` - settings (for root and normal user) for zsh. It is stored as `$HOME/.zshrc`.
|
|
* `zshrc_t440` - settings (for root and normal user) for zsh using on work machine. It is stored as `$HOME/.zshrc`.
|
|
* `zshrc_server` - settings (for root and normal user) for zsh using on server. It is stored as `$HOME/.zshrc`.
|