1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-10-31 10:31:15 +01:00

renaming ugly name

This commit is contained in:
TiynGER
2020-03-31 01:10:16 +02:00
parent 2e65a1aa36
commit 5a2a208026
6 changed files with 0 additions and 0 deletions

19
optional/MUTT.md Normal file
View File

@@ -0,0 +1,19 @@
# Mutt
These are a bunch of programs to be able to use lukesmithxyz's mutt-wizard,
which will be able to setup your neomutt acordingly.
| program | description |
| ----------- | --------------------- |
| neomutt | mail program |
| isync | syncs mail |
| msmtp | sends mail |
| pass | encrypts passwords |
| mutt-wizard | autoconfigure neomutt |
After this 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

View File

@@ -0,0 +1,7 @@
# Tablecalculation
These are useful programs if you want to do table calculations like csv.
| program | description |
| ---------- | ------------------------------------------------ |
| sc-im | program to write and read csv data; sc improved |

8
optional/THINKPAD.md Normal file
View File

@@ -0,0 +1,8 @@
# Thinkpad
These are a bunch of useful programs if you own a thinkpad.
| program | description |
| ---------- | ------------------------------------------------ |
| lm_sensors | utility for hardware monitoring and SMBus access |
| thinkfan | utility to control fanspeeds |

7
optional/mutt.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/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

View File

@@ -0,0 +1,2 @@
#!/bin/sh
yay -S sc-im

7
optional/thinkpad.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/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