From e45040eeed26e79b43ba9c86022cbe6a2678eae2 Mon Sep 17 00:00:00 2001 From: gil portenseigne Date: Fri, 22 Sep 2023 10:59:58 +0200 Subject: [PATCH] ajout uuid pour theme nord --- installSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installSystem.sh b/installSystem.sh index 85cd31f..3755d06 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us groups | grep -q sudo || return # sudo usermod -aG sudo $user # pour passer sudoers, puis reboot -sudo apt install -y webext-browserpass webext-ublock-origin-firefox vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3 ripgrep fonts-firacode fd-find tmux interception-caps2esc postgresql npm rsync nextcloud-desktop chromium tig locate htop +sudo apt install -y uuid-runtime webext-browserpass webext-ublock-origin-firefox vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3 ripgrep fonts-firacode fd-find tmux interception-caps2esc postgresql npm rsync nextcloud-desktop chromium tig locate htop echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp @@ -18,7 +18,7 @@ echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e '$asource "$HOME/.config/bash/gil_specific.sh"\' $HOME/.bashrc # Installation sdkman -[ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash +[ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash gsettings set org.gnome.desktop.interface gtk-theme "Nordic" gsettings set org.gnome.desktop.wm.preferences theme "Nordic"