36 cd ~/bin |
36 cd ~/bin |
37 for BIN in mutt mutt_dotlock pgpewrap; do |
37 for BIN in mutt mutt_dotlock pgpewrap; do |
38 ln -sf ../sandbox/neomutt/$BIN |
38 ln -sf ../sandbox/neomutt/$BIN |
39 done |
39 done |
40 |
40 |
41 |
|
42 :<<=cut |
41 :<<=cut |
43 =head1 NAME |
42 =head1 NAME |
44 |
43 |
45 setup-neomutt - clone/update, build, and link neomutt |
44 setup-neomutt - Clone/update and build neomutt |
46 |
45 |
47 =head1 DESCRIPTION |
46 =head1 DESCRIPTION |
48 |
47 |
49 Run to do the above. |
48 Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the |
|
49 neomutt build. |
50 |
50 |
51 =head1 REQUIREMENTS |
51 =head1 REQUIREMENTS |
52 |
52 |
53 =head2 Debian |
53 =head2 Debian |
54 |
54 |