commit 7e63f264009b68bd81aa4bc2b0a9d764bd2aa738 parent b7882ac2349b38f7a0119790ff031520baac7c53 Author: Bebin Rockman <rob@bebian.radiorymd.com> Date: Sat, 15 Jan 2022 15:05:00 +0200 screen&vim Diffstat:
M | installfountain.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/installfountain.sh b/installfountain.sh @@ -1,5 +1,8 @@ #!/bin/bash # install robs vim config for screenwriting with https://fountain.io +sudo apt install vim screen + cp .vim/.vimrc ~/.vimrc cp -r .vim ~/ +cp .screenrc ~/.screenrc