From bbb9ff06affd8ef9d931a827db6033af60dc41dc Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 23:10:37 +0200 Subject: [PATCH] only md no sh in optional --- optional/MUTT.md | 9 ++++++++- optional/THINKPAD.md | 18 ++++++++++++++++++ optional/mutt.sh | 7 ------- optional/tablecalculation.sh | 2 -- optional/thinkpad.sh | 7 ------- 5 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 optional/mutt.sh delete mode 100644 optional/tablecalculation.sh delete mode 100755 optional/thinkpad.sh diff --git a/optional/MUTT.md b/optional/MUTT.md index 9dd87a4..dfd9aa8 100644 --- a/optional/MUTT.md +++ b/optional/MUTT.md @@ -10,10 +10,17 @@ which will be able to setup your neomutt acordingly. | pass | encrypts passwords | | mutt-wizard | autoconfigure neomutt | -After this you will be able to: +## Installation +After the basic installation you will be able to: + ``` mw add ``` to add mailaccounts + ``` mw ls ``` to list existing ones + ``` mw pass ``` to revise passwords + ``` mw delete ``` to delete accounts + ``` mw purge ``` to delete all accounts and settings + ``` mw cron ``` toggle a cronjob to sync mail diff --git a/optional/THINKPAD.md b/optional/THINKPAD.md index b2a209e..e1f6a9b 100644 --- a/optional/THINKPAD.md +++ b/optional/THINKPAD.md @@ -6,3 +6,21 @@ These are a bunch of useful programs if you own a thinkpad. | lm_sensors | utility for hardware monitoring and SMBus access | | thinkfan | utility to control fanspeeds | +## installation +After installing both lm_sensors and thinkfan activate thinkpad_acpi. + +```sudo modprobe thinkpad_acpi``` + +Then copy and configure the config file. + +```sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf``` + +Enable it. + +```systemctl enable thinkfan``` + +After that check and if correct enable the thinkfan service. + +```sudo thinkfan -n``` + +```systemctl enable thinkfan.service``` diff --git a/optional/mutt.sh b/optional/mutt.sh deleted file mode 100644 index de876b3..0000000 --- a/optional/mutt.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -sudo pacman -S neomutt isync msmtp pass -git clone https://github.com/lukesmithxyz/mutt-wizard -cd mutt-wizard -sudo make install -cd .. -rm -rf mutt-wizard diff --git a/optional/tablecalculation.sh b/optional/tablecalculation.sh deleted file mode 100644 index 8846f16..0000000 --- a/optional/tablecalculation.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -yay -S sc-im diff --git a/optional/thinkpad.sh b/optional/thinkpad.sh deleted file mode 100755 index 6141cde..0000000 --- a/optional/thinkpad.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -yay -S thinkfan lm_sensors -sudo modprobe thinkpad_acpi -sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf -systemctl enable thinkfan -echo "check the following output and if successfull run: systemctl enable thinkfan.service" -sudo thinkfan -n