From bf86b93e5a7d27e3220b354d794dad796ed355a5 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Wed, 27 Dec 2023 20:50:34 +0100 Subject: [PATCH] Ajout slock et ajout todo --- .config/bash/gil_specific.sh | 1 + installSystem.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index 1482764..0002955 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -11,6 +11,7 @@ alias yd="yadm diff" alias ys="yadm status" alias yup="yadm pull --rebase" alias yp="yadm push" +alias todo="vi ~/Nextcloud/TODO/todo.txt" 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" diff --git a/installSystem.sh b/installSystem.sh index c15ef7d..5ddfa71 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -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 +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