From 163048efefa6e6fe2cfe6e83205f1a3c619d40ca Mon Sep 17 00:00:00 2001 From: gil Date: Tue, 5 Sep 2023 15:12:11 +0200 Subject: [PATCH] Ajout de rsync et de commentaire --- .config/bash/gil_specific.sh | 1 + installSystem.sh | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index cc26d9d..a8c006d 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -1,2 +1,3 @@ export EDITOR=/usr/bin/vim export PATH=$PATH:~/.local/bin +OSH_THEME="random" diff --git a/installSystem.sh b/installSystem.sh index 2689f70..9aea059 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 +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 echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp @@ -31,4 +31,7 @@ gsettings set org.gnome.desktop.wm.keybindings toggle-maximized "['f']" -echo "Maintenant à installer : Joplin https://cloud.portenseigne.ovh/remote.php/dav/files/pgil/Joplin, Idea, Nexcloud sync, " +echo "Maintenant à installer : Joplin +https://cloud.portenseigne.ovh/remote.php/dav/files/pgil/Joplin, Idea, +Nexcloud sync, parsec" +echo "https://github.com/nordtheme/gnome-terminal"