cabinfilm

git clone https://git.tarina.org/cabinfilm
Log | Files | Refs | README

installfountain.sh (221B)


      1 #!/bin/bash
      2 # install robs vim config for screenwriting with https://fountain.io
      3 
      4 sudo apt install vim screen
      5 sudo python3 -m pip install 'screenplain[PDF]'
      6 
      7 cp .vim/.vimrc ~/.vimrc
      8 cp -r .vim ~/
      9 cp .screenrc ~/.screenrc