瀏覽代碼

Merge installation guides

DricomDragon 4 年之前
父節點
當前提交
016a81048b
共有 2 個文件被更改,包括 23 次插入29 次删除
  1. 23 2
      Guides/install-linux.md
  2. 0 27
      Install/README.md

+ 23 - 2
Guides/install-linux.md

@@ -5,6 +5,7 @@
 Install `git` and `fish`
 
 ## Change default user
+
 ### Add
 
 ```sh
@@ -28,8 +29,23 @@ sudo userdel -r pi
 
 By executing scripts from _Install_ folder.
 
-## Change hostname
-sudoedit `/etc/hostname`
+Execute `deep-upgrade`, `basic-install` and `basic-custom` before any tweak.
+
+### Tweaks
+
+Scripts are named `<component>-<task>` where `<component>` is the part to be tweaked and `<task>` the purpose of the script, which can be _install_ to install software of this part and _custom_ to configure them as Jovian does.
+
+Installation must be made before customization.
+
+### Fish prompt
+
+Execute command `set fish_color_user yellow`.
+
+Execute command `set fish_color_host blue|red|yellow|magenta` depending of the power regulation.
+
+### Hostname
+
+Change hostname with `sudoedit /etc/hostname`
 
 ## Set up SSH
 
@@ -54,6 +70,11 @@ ssh-keygen -f id_server_eddsa -t ed25519
 
 Then add the generated public key to servers.
 
+### Ubuntu repository
+
+You can use the `sources.list` in _Templates_ to set France OVH mirror.
+
+
 ## Desktop installation
 
 ### Regolith

+ 0 - 27
Install/README.md

@@ -1,27 +0,0 @@
-# Steps to follow to install a new Jovian linux
-
-## Core installation
-
-Execute `deep-upgrade`, `basic-install` and `basic-custom` before any tweak.
-
-## Tweaks
-
-### Extra installation
-
-Scripts are named `<component>-<task>` where `<component>` is the part to be tweaked and `<task>` the purpose of the script, which can be _install_ to install software of this part and _custom_ to configure them as Jovian does.
-
-Installation must be made before customization.
-
-### Fish prompt
-
-Execute command `set fish_color_user yellow`.
-
-Execute command `set fish_color_host blue|red|yellow|magenta` depending of the power regulation.
-
-### Hostname
-
-Change hostname with `sudoedit /etc/hostname`
-
-### Ubuntu repository
-
-You can use the `sources.list` in _Templates_ to set France OVH mirror.