From cac814399d75220b2ea02421d6f28055ab5b4d49 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Mar 2023 04:14:27 +0100 Subject: Add links install instruction and update brew file The Brewfile doesn't include the tools that aren't used all the time --- .links/links.cfg | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Brewfile | 1 - README.md | 23 +++++++---- 3 files changed, 134 insertions(+), 8 deletions(-) create mode 100644 .links/links.cfg diff --git a/.links/links.cfg b/.links/links.cfg new file mode 100644 index 0000000..e1c559b --- /dev/null +++ b/.links/links.cfg @@ -0,0 +1,118 @@ +# This file is automatically generated by Links -- please do not edit. +download_dir "" +language "default" +max_connections 10 +max_connections_to_host 8 +retries 3 +receive_timeout 120 +unrestartable_receive_timeout 600 +timeout_when_trying_multiple_addresses 3 +bind_address "" +bind_address_ipv6 "" +download_utime 0 +format_cache_size 5 +memory_cache_size 4M +image_cache_size 1M +font_cache_size 2M +http_bugs.aggressive_cache 1 +ipv6.address_preference 0 +http_proxy "" +ftp_proxy "" +https_proxy "" +socks_proxy "" +no_proxy_domains "" +append_text_to_dns_lookups "" +only_proxies 0 +ssl.certificates 1 +ssl.builtin_certificates 0 +ssl.client_cert_key "" +ssl.client_cert_crt "" +async_dns 1 +dns_over_https "" +http_bugs.http10 0 +http_bugs.allow_blacklist 1 +http_bugs.no_accept_charset 0 +http_bugs.no_compression 0 +http_bugs.retry_internal_errors 0 +fake_firefox 1 +http_do_not_track 1 +http_referer 0 +fake_referer "" +fake_useragent "" +http.extra_header "" +ftp.anonymous_password "somebody@host.domain" +ftp.use_passive 1 +ftp.use_eprt_epsv 0 +ftp.set_iptos 1 +smb.allow_hyperlinks_to_smb 0 +menu_font_size 16 +background_color 14737632 +foreground_color 0 +scroll_bar_area_color 12632256 +scroll_bar_bar_color 0 +scroll_bar_frame_color 0 +bookmarks_codepage utf-8 +save_url_history 0 +enable_cookies 0 +save_cookies 0 +max_cookie_age 0.000000 +display_red_gamma 2.200000 +display_green_gamma 2.200000 +display_blue_gamma 2.200000 +user_gamma 1.000000 +bfu_aspect 1.000000 +display_optimize 0 +dither_letters 1 +dither_images 1 +gamma_correction 2 +overwrite_instead_of_scroll 1 +font "" +font_bold "" +font_monospaced "" +font_monospaced_bold "" +font_italic "" +font_italic_bold "" +font_monospaced_italic "" +font_monospaced_italic_bold "" +terminal "xterm-256color" 5 1 1 default 5 5 1 2 +extension "xpm" "image/x-xpixmap" +extension "xls" "application/excel" +extension "xbm" "image/x-xbitmap" +extension "webp" "image/webp" +extension "wav" "audio/x-wav" +extension "tiff,tif" "image/tiff" +extension "tga" "image/targa" +extension "sxw" "application/x-openoffice" +extension "swf" "application/x-shockwave-flash" +extension "svg" "image/svg+xml" +extension "sch" "application/gschem" +extension "rtf" "application/rtf" +extension "ra,rm,ram" "audio/x-pn-realaudio" +extension "qt,mov" "video/quicktime" +extension "ps,eps,ai" "application/postscript" +extension "ppt" "application/powerpoint" +extension "ppm" "image/x-portable-pixmap" +extension "pnm" "image/x-portable-anymap" +extension "png" "image/png" +extension "pgp" "application/pgp-signature" +extension "pgm" "image/x-portable-graymap" +extension "pdf" "application/pdf" +extension "pcb" "application/pcb" +extension "pbm" "image/x-portable-bitmap" +extension "mpeg,mpg,mpe" "video/mpeg" +extension "mp3" "audio/mpeg" +extension "mid,midi" "audio/midi" +extension "jpg,jpeg,jpe" "image/jpeg" +extension "grb" "application/gerber" +extension "gl" "video/gl" +extension "gif" "image/gif" +extension "gbr" "application/gerber" +extension "g" "application/brlcad" +extension "fli" "video/fli" +extension "dxf" "application/dxf" +extension "dvi" "application/x-dvi" +extension "dl" "video/dl" +extension "deb" "application/x-debian-package" +extension "avi" "video/x-msvideo" +extension "au,snd" "audio/basic" +extension "aif,aiff,aifc" "audio/x-aiff" diff --git a/Brewfile b/Brewfile index 4d1c088..9c64f43 100644 --- a/Brewfile +++ b/Brewfile @@ -42,7 +42,6 @@ brew "wifi-password" # brew "packer" # brew "hydra" # brew "tree" -brew "neomutt" cask "licecap" cask "hex-fiend" diff --git a/README.md b/README.md index 7247748..6e8d683 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,6 @@ ln -sf ~/.rc/.config/tmuxinator/personal.yml ~/.config/tmuxinator/personal.yml ln -sf ~/.rc/.config/tmuxinator/spc.yml ~/.config/tmuxinator/spc.yml ln -sf ~/.rc/.config/tmuxinator/infra.yml ~/.config/tmuxinator/infra.yml -mkdir -p ~/.config/neomutt -ln -sf ~/.rc/.neomuttrc ~/.neomuttrc -ln -sf ~/.rc/.config/neomutt/settings ~/.config/neomutt/settings -ln -sf ~/.rc/.config/neomutt/colors ~/.config/neomutt/colors -ln -sf ~/.rc/.config/neomutt/mappings ~/.config/neomutt/mappings -ln -sf ~/.rc/.config/neomutt/mailcap ~/.config/neomutt/mailcap - cd ~/.rc git remote remove origin git remote add origin git@git.sr.ht:~a14m/.rc @@ -214,3 +207,19 @@ sudo chmod +x /usr/local/bin/cht.sh brew install rlwrap sudo apt install rlwrap xsel -y ``` + +- Mutt email/links browser +```bash +brew install neomutt +brew install links + +mkdir -p ~/.config/neomutt +ln -sf ~/.rc/.neomuttrc ~/.neomuttrc +ln -sf ~/.rc/.config/neomutt/settings ~/.config/neomutt/settings +ln -sf ~/.rc/.config/neomutt/colors ~/.config/neomutt/colors +ln -sf ~/.rc/.config/neomutt/mappings ~/.config/neomutt/mappings +ln -sf ~/.rc/.config/neomutt/mailcap ~/.config/neomutt/mailcap + +mkdir -p ~/.links +ln -sf ~/.rc/.links/links.cfg ~/.links/links.cfg +``` -- cgit v1.2.3