|
@@ -2,58 +2,26 @@
|
|
|
|
|
|
## Core installation
|
|
|
|
|
|
-execute `deep-upgrade`
|
|
|
+Execute `deep-upgrade`, `basic-install` and `basic-custom` before any tweak.
|
|
|
|
|
|
-execute `fish-install`
|
|
|
+## Tweaks
|
|
|
|
|
|
-execute `basic-install`
|
|
|
+### Extra installation
|
|
|
|
|
|
-execute `vim-custom`
|
|
|
+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.
|
|
|
|
|
|
-execute `git-custom`
|
|
|
+Installation must be made before customization.
|
|
|
|
|
|
-execute `sshd-install`
|
|
|
+### Fish prompt
|
|
|
|
|
|
-execute `sshd-custom`
|
|
|
+Execute command `set fish_color_user yellow`.
|
|
|
|
|
|
-execute command `ssh-keygen`
|
|
|
+Execute command `set fish_color_host blue|red|yellow|magenta` depending of the power regulation.
|
|
|
|
|
|
-manually install your key in servers
|
|
|
+### Hostname
|
|
|
|
|
|
-execute `git-script-install`
|
|
|
+Change hostname with `sudoedit /etc/hostname`
|
|
|
|
|
|
-execute `fish-custom`
|
|
|
-
|
|
|
-execute command `set fish_color_user yellow`
|
|
|
-
|
|
|
-execute command `set fish_color_host blue|red|yellow|magenta` depending of the power regulation
|
|
|
-
|
|
|
-execute `screen-custom`
|
|
|
-
|
|
|
-## Laptop
|
|
|
-
|
|
|
-execute `laptop-install`
|
|
|
-
|
|
|
-execute `lap-screen-custom`
|
|
|
-
|
|
|
-change hostname with `sudoedit /etc/hostname`
|
|
|
-
|
|
|
-## Raspberry Pi
|
|
|
-
|
|
|
-execute `localtime_set`
|
|
|
-
|
|
|
-## UI installation
|
|
|
-
|
|
|
-execute `ui-install`
|
|
|
-
|
|
|
-execute `i3-install`
|
|
|
-
|
|
|
-execute `dvp-install`
|
|
|
-
|
|
|
-manually sync with firefox
|
|
|
-
|
|
|
-manually set up your desktop
|
|
|
-
|
|
|
-## Ubuntu
|
|
|
+### Ubuntu repository
|
|
|
|
|
|
You can use the `sources.list` in _Templates_ to set France OVH mirror.
|