mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-02 15:37:45 +02:00
only md no sh in optional
This commit is contained in:
parent
20f0be1374
commit
bbb9ff06af
@ -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
|
||||
|
@ -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```
|
||||
|
@ -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
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
yay -S sc-im
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user