This repository contains the configurations I use.
Read over the Makefile
and use it.
-
.bashrc
(unused for a long time) -
.zshrc
.prompt.zsh
.common.rc.sh
-
.tmux.conf
and.tmux.conf.local
from Oh My Tmux! -
.Xdefaults
, only for the urxvt terminal -
.dircolors
(requires 256 colors) -
i3.config
, the i3gaps fork- $Mod + Ctrl + Esc: Lock screen
- $Mod + Ctrl + Alt + Esc: Suspend
- $Mod + Ctrl + Shift + Alt + Esc: Hibernate
Nerd Fonts are used a lot for vim (see note below about vim) and the zsh
prompt. Alter the font choice in the .Xdefaults
or termite/.config
, depending on which
terminal you use.
- Fortune
- zsh-syntax-highlighting
- A certain python3 application that can suggest corrected commands
- Main terminal: TBD
- rofi
- bumblebee-status
- i3ipc
- redshift (with gtk)
- light
- pactl
- xfce4-power-manager
- nm-applet
NOTE! Vim files have moved! It has been moved to its own repository, partially because I dropped Vundle. Now, Vim 8's built-in functionality is used. Look at my other repository to implement it.