Compare commits
No commits in common. "4fece3b9949acf3a92613c11d9cc5e5b8ade3019" and "6401cfd9c75ad883709427955086f48df4bca924" have entirely different histories.
4fece3b994
...
6401cfd9c7
File diff suppressed because it is too large
Load Diff
|
|
@ -2,9 +2,6 @@ export EDITOR=~/.local/bin/nvim.appimage
|
|||
export TERMINAL=/usr/bin/st
|
||||
|
||||
source /usr/share/bash-completion/completions/pass
|
||||
source ~/.config/bash/complete_alias.sh
|
||||
|
||||
complete -F _complete_alias k
|
||||
|
||||
export PATH=$PATH:~/.local/bin
|
||||
alias vi="$EDITOR"
|
||||
|
|
@ -15,7 +12,6 @@ alias ys="yadm status"
|
|||
alias yup="yadm pull --rebase"
|
||||
alias yp="yadm push"
|
||||
alias todo="vi ~/Nextcloud/TODO/todo.txt"
|
||||
alias k="kubectl"
|
||||
|
||||
alias tp="ssh -L localhost:5488:emb-ofbiz-prep-ofbiz2-rds-encrypted.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-west-1.rds.amazonaws.com:5432 bastion.decathlon"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ groups | grep -q sudo || return
|
|||
|
||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
||||
sudo apt remove vim-gtk3 vim vim-nox
|
||||
sudo apt install -y cmake python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync slock bash-completion
|
||||
sudo apt install -y cmake python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync slock
|
||||
sudo apt autoremove
|
||||
|
||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||
|
|
|
|||
Loading…
Reference in New Issue