diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-02-10 20:57:17 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-02-10 20:57:17 +0100 |
| commit | b2ffc5d3a30e43b49e98fa1f7400788c49f28c4f (patch) | |
| tree | 84f980beba1a7f52fb1814113eb83c3da3a906b7 | |
| parent | 37df2c03bf2dee7ba616895af6c625c73f22d46c (diff) | |
| download | dotfiles-b2ffc5d3a30e43b49e98fa1f7400788c49f28c4f.tar.gz dotfiles-b2ffc5d3a30e43b49e98fa1f7400788c49f28c4f.tar.bz2 dotfiles-b2ffc5d3a30e43b49e98fa1f7400788c49f28c4f.zip | |
Entferne Mailcap
| -rwxr-xr-x | install.sh | 5 | ||||
| -rw-r--r-- | mailcap/mailcap | 3 |
2 files changed, 0 insertions, 8 deletions
| @@ -40,10 +40,6 @@ link_gitconfig() { | |||
| 40 | link "$SCRIPT_DIR/git" "$CONFIG/git" | 40 | link "$SCRIPT_DIR/git" "$CONFIG/git" |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | link_mailcap() { | ||
| 44 | link "$SCRIPT_DIR/mailcap/mailcap" "$HOME/.mailcap" | ||
| 45 | } | ||
| 46 | |||
| 47 | link_mpd() { | 43 | link_mpd() { |
| 48 | link "$SCRIPT_DIR/mpd" "$CONFIG/mpd" | 44 | link "$SCRIPT_DIR/mpd" "$CONFIG/mpd" |
| 49 | } | 45 | } |
| @@ -101,7 +97,6 @@ link_zsh() { | |||
| 101 | link_abook | 97 | link_abook |
| 102 | link_gdb | 98 | link_gdb |
| 103 | link_gitconfig | 99 | link_gitconfig |
| 104 | link_mailcap | ||
| 105 | link_mpd | 100 | link_mpd |
| 106 | link_ncmpcpp | 101 | link_ncmpcpp |
| 107 | link_neovim | 102 | link_neovim |
diff --git a/mailcap/mailcap b/mailcap/mailcap deleted file mode 100644 index f9aedaf..0000000 --- a/mailcap/mailcap +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | text/html; /usr/local/bin/lynx -dump -display_charset=utf-8 -force_html %s; needsterminal; copiousoutput; | ||
| 2 | application/pdf; /usr/local/bin/xreader %s | ||
| 3 | image/*; /usr/local/bin/ristretto %s | ||
