Config files for my environment - mostly bash stuff.
Lots of tricks I've learned along the years, check them out!
| Filename | Description |
|---|---|
.acoc.conf |
This awesome app colors output from anything you want. You can customize which colors are shown with regular expressions. |
.bash_aliases |
All my aliases are stored here - shortcuts for complex commands or dirty bash magic. |
.bash_colors |
Defines helper codes to terminal colors, to help creating prompts ($PS1). |
.bashrc |
Primary bash initialization file. Contains global bash settings and helpers. |
.cdmrc |
Default config for the Console Display Manager - screw those fancy-ass login managers like LightDM! This is everything I need. |
.cdmrc-submenu |
Submenu for Power Management options on CDM. |
.dir_colors |
Customization on default ls colors, according to file types and extensions. |
.inputrc |
Configs for readline. Contains shortcuts to quickly insert common commands, like Ctrl+x Ctrl+l for ls. |
.mrxvtrc |
My favorite terminal emulator, mrxvt. It allows customizing everything. |
.rtorrentrc |
Great console torrent client. Though I'm using qbittorrent more often, this is great. |
.screenrc |
Extensively modified config for GNU screen. Nice things here. |
.Xdefaults |
Defaults for some X applications. |
.xmodmap |
Modifying default X keymap. |