#!/bin/bash
# - bof - #



<<'comment'
# - Configured - #

rm -rf ~/.bashrc;
vim ~/.bashrc;

ssh-keygen -R 192.168.1.1

# - On client - #
cd ~/.ssh;
ssh-keygen -t rsa;

cat ~/.ssh/id_rsa.pub;

# - On server - #
vim ~/.ssh/authorized_keys;

sudo apt install curl git htop inxi net-tools ntp neovim screenfetch tree -y;

# -  - #
# - Documentation - #
comment



# -  - #
# - Documentation - #


# :a
# -  - #
# - Firefox - #
https://extensions.gnome.org/


# -  - #
# - Gnome extensions - #

Arcmenu -> Research
Blur my shell
Caffeine
Dash to Dock
Forge -> Tiling

# -  - #
# - Don't use Material - #
Material shell -> Tiling
   sudo pacman -S gnome-shell-extension-material-shell --noconfirm -needed;
   sudo dnf install gnome-shell-extension-material-shell -y;

User Themes
# vitals
just perfection
   Customize
     Animation
       Almost none




# :b
# -  - #
# - Install software - #
sudo pacman -S gnome gnome-shell gnome-backgrounds gnome-control-center gnome-extra \
               gnome-terminal gnome-tweaks nautilus adwaita-icon-theme --noconfirm --needed;
sudo pacman -S gnome-browser-connector gnome-menus --noconfirm --needed;


# :c
# -  - #
# - Firefox: Gnome themes - #
https://www.gnome-look.org/p/1267246/?ref=itsfoss.com
https://www.opendesktop.org/s/Gnome/p/1267246/

gnome nordic theme



# :d
# -  - #
# - Configuration - #

# :d.1
# -  - #
# - Workspaces - #
Settings
Multitask
Fixed Workspaces
4
Workspaces on all displays

# :d.2
# -  - #
# - Shortcuts - #
Keyboard
View and Customize Shortcuts
Search: Switch to workspace



















# - eof - #