Explorar el Código

Basic screen installation and customization

DricomDragon hace 5 años
padre
commit
9eeaef32e2
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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
+