mutt notes

This commit is contained in:
Paul Trowbridge 2020-01-22 11:12:47 -05:00
parent 20f9856dec
commit 910f8f0a8b
4 changed files with 69 additions and 53 deletions

View File

@ -1,4 +1,4 @@
https://github.com/forbesmyester/esqlate
https://github.com/forbesmyester/esqlate
builds little forms out of sql

View File

@ -1,22 +1,22 @@
PDMN24-1 Maintain Product Structure
IVMN02-4 Maint Part/Plant
IVMN14-7 Costing Sheet
PDMN31-1 WO Production Reporting
PDMN06 Maintain WO
`lgdat.mrprct` is output of nightly MRP job, show actual with `PD`, `PO` flags and suggested in `MRP` flag
`lgdat.mrpdmd` is output if nightly MRP (shoudl be very close to `inva`)
|CLTIER|CLDESC |
|------|------------------------------|
|B |BASE |
|C |CUSTOM |
|E |ECOGROW |
|O |ORGANIC |
|M |PREMIUM CORE (C) |
|L |PRINCIPAL CORE (B) |
|P |PROGRAM |
|T |TRADITIONAL CORE (A) |
|W |WAXTOUGH |
PDMN24-1 Maintain Product Structure
IVMN02-4 Maint Part/Plant
IVMN14-7 Costing Sheet
PDMN31-1 WO Production Reporting
PDMN06 Maintain WO
`lgdat.mrprct` is output of nightly MRP job, show actual with `PD`, `PO` flags and suggested in `MRP` flag
`lgdat.mrpdmd` is output if nightly MRP (shoudl be very close to `inva`)
|CLTIER|CLDESC |
|------|------------------------------|
|B |BASE |
|C |CUSTOM |
|E |ECOGROW |
|O |ORGANIC |
|M |PREMIUM CORE (C) |
|L |PRINCIPAL CORE (B) |
|P |PROGRAM |
|T |TRADITIONAL CORE (A) |
|W |WAXTOUGH |

16
mutt.md Normal file
View File

@ -0,0 +1,16 @@
## Office 365 Setup
[office365 config](https://github.com/ork/mutt-office365)
[setup html viewer in mutt](http://jasonwryan.com/blog/2012/05/12/mutt/)
* requires w3m
* add this to .mutt/muttrc
```
auto_view text/html # view html automatically
alternative_order text/plain text/enriched text/html # save html for last
```
* add this to .mutt/mailcap
```
text/html; w3m -I %{charset} -T text/html; copiousoutput;
```

View File

@ -1,28 +1,28 @@
version management
===================================================================================================================================
## nvm
can use nvm to manage nodejs versions.
not really sure how this works, but it is per user and operates off bash scripts and variables ¯\_(ツ)_/¯
going to have to pull from github. It will curl to clone the repo and then add some stuff to your bashrc to make it work.
`exec bash` after install to refresh
nvm install --lts
nvm use version
## npm n helper
npm can be used to manage node itself through n
https://github.com/tj/n
sudo npm cache clean -f
1. setup & *own* directyory with versions
* `sudo mkdir -p /usr/local/n`
* `sudo chown -R $(whoami) /usr/local/n`
2. own the instalation folders
* `sudo chown -R $(whoami) /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share`
3. install n: `sudo npm install -g n`
version management
===================================================================================================================================
## nvm
can use nvm to manage nodejs versions.
not really sure how this works, but it is per user and operates off bash scripts and variables ¯\_(ツ)_/¯
going to have to pull from github. It will curl to clone the repo and then add some stuff to your bashrc to make it work.
`exec bash` after install to refresh
nvm install --lts
nvm use version
## npm n helper
npm can be used to manage node itself through n
https://github.com/tj/n
sudo npm cache clean -f
1. setup & *own* directyory with versions
* `sudo mkdir -p /usr/local/n`
* `sudo chown -R $(whoami) /usr/local/n`
2. own the instalation folders
* `sudo chown -R $(whoami) /usr/local/bin /usr/local/lib /usr/local/include /usr/local/share`
3. install n: `sudo npm install -g n`