mirror of
https://github.com/tiyn/larbs.git
synced 2025-12-15 23:19:45 +01:00
renaming ugly name
This commit is contained in:
19
optional/MUTT.md
Normal file
19
optional/MUTT.md
Normal 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
|
||||
7
optional/TABLECALCULATION.md
Normal file
7
optional/TABLECALCULATION.md
Normal 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
8
optional/THINKPAD.md
Normal 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
7
optional/mutt.sh
Normal 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
|
||||
2
optional/tablecalculation.sh
Normal file
2
optional/tablecalculation.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
yay -S sc-im
|
||||
7
optional/thinkpad.sh
Executable file
7
optional/thinkpad.sh
Executable 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
|
||||
Reference in New Issue
Block a user