diff --git a/.password-store/.gpg-id b/.password-store/.gpg-id new file mode 100644 index 0000000..dd7b6ae --- /dev/null +++ b/.password-store/.gpg-id @@ -0,0 +1 @@ +424033DC104DA91FEF26930AC600EA675C260746 diff --git a/.password-store/Nrd b/.password-store/Nrd index c6f2c45..d05e3d7 160000 --- a/.password-store/Nrd +++ b/.password-store/Nrd @@ -1 +1 @@ -Subproject commit c6f2c4544d54c04b5652c39bae9b67023eeb259b +Subproject commit d05e3d75ebc5e10a7c9d59675dd18a4f710cae14 diff --git a/.password-store/account.jetbrains.com/pgil@apache.org.gpg b/.password-store/account.jetbrains.com/pgil@apache.org.gpg new file mode 100644 index 0000000..c48d3e9 Binary files /dev/null and b/.password-store/account.jetbrains.com/pgil@apache.org.gpg differ diff --git a/.password-store/jetbrains.com.gpg b/.password-store/jetbrains.com.gpg deleted file mode 100644 index 8fab3d6..0000000 Binary files a/.password-store/jetbrains.com.gpg and /dev/null differ diff --git a/.ssh/config b/.ssh/config index c09282e..9d5a851 100644 --- a/.ssh/config +++ b/.ssh/config @@ -21,11 +21,12 @@ Host leeloo Host naxos Hostname naxos.nereide.fr User nereide + ForwardAgent yes Host bastion.decathlon Hostname 99.81.248.70 User sysadmin - IdentityFile /home/gilou/.ssh/id_rsa_nereide + IdentityFile /home/gil/.ssh/id_rsa_nereide CheckHostIP false UserKnownHostsFile /dev/null StrictHostKeyChecking no @@ -34,7 +35,7 @@ Host bastion.decathlon.out Hostname 99.81.248.70 User sysadmin ProxyJump naxos - IdentityFile /home/gilou/.ssh/id_rsa_nereide + IdentityFile /home/gil/.ssh/id_rsa_nereide CheckHostIP false UserKnownHostsFile /dev/null StrictHostKeyChecking no diff --git a/installSystem.sh b/installSystem.sh index 9aea059..42ef735 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -5,8 +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 - +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 echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp [ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd