Compare commits
2 Commits
c98c6e7c36
...
e9cfdd2b60
| Author | SHA1 | Date |
|---|---|---|
|
|
e9cfdd2b60 | |
|
|
4b30dc8b65 |
|
|
@ -1,3 +1,8 @@
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
424033DC104DA91FEF26930AC600EA675C260746
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c6f2c4544d54c04b5652c39bae9b67023eeb259b
|
Subproject commit d05e3d75ebc5e10a7c9d59675dd18a4f710cae14
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue