ajout jetbrains, config ssh et chrome dans l'insrtall

main
Gil Portenseigne 2023-09-07 14:00:45 +02:00
parent c98c6e7c36
commit 4b30dc8b65
6 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1 @@
424033DC104DA91FEF26930AC600EA675C260746

@ -1 +1 @@
Subproject commit c6f2c4544d54c04b5652c39bae9b67023eeb259b Subproject commit d05e3d75ebc5e10a7c9d59675dd18a4f710cae14

Binary file not shown.

View File

@ -21,11 +21,12 @@ Host leeloo
Host naxos Host naxos
Hostname naxos.nereide.fr Hostname naxos.nereide.fr
User nereide User nereide
ForwardAgent yes
Host bastion.decathlon Host bastion.decathlon
Hostname 99.81.248.70 Hostname 99.81.248.70
User sysadmin User sysadmin
IdentityFile /home/gilou/.ssh/id_rsa_nereide IdentityFile /home/gil/.ssh/id_rsa_nereide
CheckHostIP false CheckHostIP false
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no
@ -34,7 +35,7 @@ Host bastion.decathlon.out
Hostname 99.81.248.70 Hostname 99.81.248.70
User sysadmin User sysadmin
ProxyJump naxos ProxyJump naxos
IdentityFile /home/gilou/.ssh/id_rsa_nereide IdentityFile /home/gil/.ssh/id_rsa_nereide
CheckHostIP false CheckHostIP false
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no

View File

@ -5,8 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
groups | grep -q sudo || return groups | grep -q sudo || return
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot # 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 echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd [ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd