This repository contains personal configurations (aka dotfiles) for the following programs:
- polybar for a customizable status bar.
- termite lightweight 256 true color (with transparency) terminal emulator.
- fish shell program. See my fish-functions repository for my configuration.
- compton standalone compositor for transparency and pretty windows (not needed for most window managers).
- vim console text editor (only the color configs should be of interest, much better config resources exist for everything else).
These configs are not complete and contain some system specific options (mostly in polybar and compton configs), use them at your own risk. Please consult the specific program's documentation before use.
Create symbolic links to the appropriate locations for the configs with:
ln /path/to/polybar.ini ~/.config/polybar/config
ln /path/to/termite.ini ~/.config/termite/config
ln /path/to/compton-config ~/.compton.conf
ln /path/to/monokai.vim ~/.vim/colors/monokai.vim
ln /path/to/config.vim ~/.vimrc
ln /path/to/neovim.vim ~/.config/nvim/init.vim
Note: compton, polybar, and termite all require additional steps to install and set up with your window manager. Consult their documentation if required.