Skip to content

Latest commit

History

History
10 lines (9 loc) 路 351 Bytes

README.md

File metadata and controls

10 lines (9 loc) 路 351 Bytes

Installation

  1. Download the file st-forest-night.diff.
    • Curl: curl -O https://raw.githubusercontent.com/sainnhe/vim-color-forest-night/master/st/st-forest-night.diff
  2. Change working directory the path of st.
    • cd */path/to/st*
  3. Patch st.
    • patch -Np1 < */path/to/st-forest-night.diff*
  4. Compile.
    • sudo make clean install