Compare commits

..

No commits in common. "e9cfdd2b608aaf08b6ea080185af7e85d9f31e5f" and "c98c6e7c36f38475ee6543fac820011dd11de234" have entirely different histories.

7 changed files with 6 additions and 12 deletions

View File

@ -1,8 +1,3 @@
export EDITOR=/usr/bin/vim export EDITOR=/usr/bin/vim
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
OSH_THEME="random"
alias ya="yadm add"
alias yc="yadm commit -v"
alias ys="yadm status"
alias yup="yadm pull --rebase"
alias yp="yadm push"

View File

@ -1 +0,0 @@
424033DC104DA91FEF26930AC600EA675C260746

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

Binary file not shown.

View File

@ -21,12 +21,11 @@ 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/gil/.ssh/id_rsa_nereide IdentityFile /home/gilou/.ssh/id_rsa_nereide
CheckHostIP false CheckHostIP false
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no
@ -35,7 +34,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/gil/.ssh/id_rsa_nereide IdentityFile /home/gilou/.ssh/id_rsa_nereide
CheckHostIP false CheckHostIP false
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
StrictHostKeyChecking no StrictHostKeyChecking no

View File

@ -5,7 +5,8 @@ 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 nextcloud-desktop chromium 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 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