add pandoc + alias to see markdown files

This commit is contained in:
Morgan Wattiez 2019-08-17 15:53:20 +02:00
parent 75989f4a6d
commit e8f90534a8
3 changed files with 7 additions and 0 deletions

View File

@ -92,3 +92,5 @@ brew "diff-so-fancy"
brew "ncdu"
# add tldr alternative to help
brew "tldr"
# add pandoc
brew "pandoc"

View File

@ -208,3 +208,6 @@ yum -y install ncdu
# Install tldr alternative to help
curl https://raw.githubusercontent.com/raylee/tldr/master/tldr > /usr/local/bin/tldr && chmod +x /usr/local/bin/tldr
# Add pandoc
yum -y install pandoc

View File

@ -52,6 +52,8 @@ alias mailpro="gmail"
# Viewing files
alias cat='bat --style=plain --color "always"'
alias preview="fzf --preview 'bat --color \"always\" --style=plain {}'"
alias markdown='pandoc README.md | lynx -stdin -dump'
# To do / Done
#alias done='task_done'