diff --git a/post-install b/post-install index be36aa9..4933ade 100755 --- a/post-install +++ b/post-install @@ -416,6 +416,17 @@ function feature-bashctrl(){ ( ) } +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +function feature-gamma(){ + @ mkdir -p ~/work/EXTERNAL/ + @ cd ~/work/EXTERNAL/ + if ! [ -d bashctrl ] ; then + @ git clone https://github.com/zb3/gnome-gamma-tool + fi + @ cd gnome-gamma-tool/ + @ ./gnome-gamma-tool.py -g 1.15 +} + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - function feature-far(){ @ sudo dnf copr enable polter/far2l