|
@@ -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
|