소스 검색

Basic screen installation and customization

DricomDragon 5 년 전
부모
커밋
9eeaef32e2
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      Install/screen_install

+ 10 - 0
Install/screen_install

@@ -0,0 +1,10 @@
+#!/bin/usr/fish
+
+# Install and customize screen
+
+## Install (APCI can check the battery level)
+sudo apt install screen apci
+
+## Customize
+cp Template/screenrc ~/.screenrc
+