Install git
and fish
sudo adduser jovian
sudo usermod -aG sudo jovian
raspi-config # boot > cli > not autologin
reboot
sudo userdel -r pi
By executing scripts from Install folder.
Execute deep-upgrade
, basic-install
and basic-custom
before any tweak.
Change hostname with sudoedit /etc/hostname
Reboot.
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.
Execute command set fish_color_user yellow
.
Execute command set fish_color_host blue|red|yellow|magenta
depending of the power regulation.
vim .ssh/authorizedkeys
Test if working.
sudoedit /etc/ssh/sshd_config
ssh-keygen -f id_server_eddsa -t ed25519
Then add the generated public key to servers.
You can use the sources.list
in Templates to set France OVH mirror.
sudo apt install i3xrocks-nm-vpn i3xrocks-disk-capacity i3xrocks-bluetooth i3xrocks-temp i3xrocks-volume i3xrocks-memory i3xrocks-battery
sudoedit /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Update-Package-Lists "0";
Like .thunderbird, .mozilla, .ssh