Skip to content

keislamoglu/useful-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Useful Practices

Markdown to PDF:

  1. install grip
pip install grip
  1. convert md file into html
grip markdownfile.md --export markdownfile.html
  1. install wkhtmltopdf (for OS X)
brew install Caskroom/cask/wkhtmltopdf
  1. convert html file into pdf
wkhtmltopdf markdownfile.html markdownfile.pdf

Make terminal looks better

  1. Install zsh if needed
brew install zsh
  1. Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  1. Install PowerLevel10k theme
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
  1. Enable the theme by changing ZSH_THEME value in ~/.zshrc file.
ZSH_THEME="powerlevel10k/powerlevel10k"
  1. If not installed yet, install MesloLGF NF font manually

https://github.com/romkatv/powerlevel10k#manual-font-installation

About

Some useful practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published