Config files and configuration procedures.
This project is maintained by ggirelli
sudo apt update
sudo apt upgrade
sudo apt autoclean
sudo apt autoremove
sudo apt install terminator htop bashtop numix-gtk-theme numix-icon-theme \
numix-icon-theme-circle gnome-tweaks screen byobu git inkscape \
net-tools stress lm-sensors cifs-utils alien lyx zsh gimp vlc \
openssh-server libffi-dev
tweaks
application and, under “Appearance”, select the “Numix” theme and “Numix-circle” icons.1
the relative value in:nano ~/.config/gtk-3.0/settings.ini
sudo zfs create -V 32G -b $(getconf PAGESIZE) -o logbias=throughput \
-o sync=always -o primarycache=metadata -o com.sun:auto-snapshot=false rpool/swap
sudo mkswap -f /dev/zvol/rpool/swap
sudo swapon /dev/zvol/rpool/swap
echo "/dev/zvol/rpool/swap none swap discard 0 0" | sudo tee -a /etc/fstab
stress
and sensors
bashtop
with temperature option turned on).Disks
application,sudo nano /etc/fstab
and mount them with sudo mount -a
.sudo nano /etc/fstab
, and then mount them with sudo mount -a
.brew
: brew homepagebrew install gh
(installation page)powerlevel10k
theme: repobat
: sudo apt install bat
(repo)
Then add the alias to .zprofile
: echo "alias bat=batcat" | tee -a ~/.zprofile
fd
(repo)sudo apt install fd-find
mkdir -p ~/.local/bin
ln -s $(which fdfind) ~/.local/bin/fd
echo "PATH=~/.local/bin:$PATH" | tee -a ~/.zprofile
hyperfine
: repoappimagelauncher
: reposudo apt install ubuntu-restricted-extras