organize the repo

remove unused files
create config file
update dotfiles
update ebuild
This commit is contained in:
Martinez 2015-12-26 16:00:20 +01:00
parent 1c38428f6b
commit 10345f6e3a
13 changed files with 178 additions and 975 deletions

13
cfg/main.cfg Normal file
View file

@ -0,0 +1,13 @@
#! /bin/zsh
# Indicators of system load will turn yellow when system load (loadavg divided by nproc) exceeds this value.
#OVER_PROMPT_SYSLOAD_WARN=1.25
# Indicators of system load will turn red when system load (loadavg divided by nproc) exceeds this value.
#OVER_PROMPT_SYSLOAD_YELL=2.50
# Indicators of free space (storage, memory and swap) will turn yellow when there's at most this fraction of free space left.
#OVER_PROMPT_FREESPACE_WARN=0.15
# Indicators of free space (storage, memory and swap) will turn red when there's at most this fraction of free space left.
#OVER_PROMPT_FREESPACE_YELL=0.05